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()
The below examle is to add the form -Data source level adding display method and assigning to form design control.
No comments:
Post a Comment
Give me the commetns and solutions