Table relations:
contactPerson.CONTACTPERSONID == VendTable.contactPersonId
DirPartyTable.RecId == ContactPerson.Party
Below is the single line logic to get it.
ContactPerson::find(VendTable::find("US-104").ContactPersonId).personName()
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.
Table relations:
contactPerson.CONTACTPERSONID == VendTable.contactPersonId
DirPartyTable.RecId == ContactPerson.Party
Below is the single line logic to get it.
ContactPerson::find(VendTable::find("US-104").ContactPersonId).personName()
Please click her for MS reference file Below is the out of the box example reference and code. SalesInvoiceJournalPostSubBill_Extension->...
No comments:
Post a Comment
Give me the commetns and solutions