This blog is for Dynamics AX (AXAPTA) Developers,this will help you for your development issues.
This site contains some Microsoft Dynamics AX X++ Codes for use in your day to day use.
08 August 2013
Get Customer name and Vendor name in display method in 2012
Hi Friends,
Str name;
//Customer name
name = DirPartyTable::getName(CustTable.Party);
// Vendor Name
name = DirPartyTable::getName(VendTable.Party);
No comments:
Post a Comment
Give me the commetns and solutions