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

Popular posts from this blog

Getting Workflow Approvers In Dynamics AX (AX 2012)

Creating a numbersequence in form level in ax 2012

AX 2012 R3 Line by line invoicing the sales order using X++ code