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()
ModelUtil.exe -import -metadatastorepath=k:\aosservice\packageslocaldirectory -file=C:\Temp\DEST.axmodel
No comments:
Post a Comment
Give me the commetns and solutions