Hello,
I need to get the orgNumber to display on a report. This can be found in dirOrganization table. But there are no relations that I can use.
How can I link it to DirPartyTable or to vendTable?
*This post is locked for comments
Hello,
I need to get the orgNumber to display on a report. This can be found in dirOrganization table. But there are no relations that I can use.
How can I link it to DirPartyTable or to vendTable?
*This post is locked for comments
Thanks for the help. It works.
Hi Oush,
There is a method under VendTable that returns Organization number of a vendor: VendTable.organizationNumber()
And the relation between these two tables are:
DirOrganization.RecId=DirPartyTable.RecId
and
DirOrganization.RecId=VendTable.Party
It can be found in relations section of related table under AOT/Tables
André Arnaud de Cal... 291,391 Super User 2024 Season 2
Martin Dráb 230,445 Most Valuable Professional
nmaenpaa 101,156