Quantcast
Channel: Dynamics AX
Viewing all articles
Browse latest Browse all 550

Get Customer name and Vendor name in display method in 2012

$
0
0
Hi Friends,

Str name;

//Customer name
name = DirPartyTable::getName(CustTable.Party);

// Vendor Name
name = DirPartyTable::getName(VendTable.Party);

above peace of code can use in display method.


Viewing all articles
Browse latest Browse all 550

Trending Articles