To fetch vendor name and address in vendreceipt ssrs report
Table: vendreceiptjour
field: vendaccount
code: temptable feild = vendtable::find(vendreceiptjour.vendaccount).name( );
temptable field = Dirparty::getaddress(vendtable::find(vendreceiptjour.vendaccount).party);
Comments
Post a Comment