in custinvocie jour initFromsalesTable method,
this.consultant=salesTable.Consultant;
this.ProjecReference=salesTable.ProjecReference;
this.Architect=salesTable.Architect;
data in last two columns are populated from salestable but for the first field not populating, is there mistake my code, or where can i put my code in salesTable method?