Hi,
I want to retrieve a field in the TaxVatNumTable , but I can't find the relation to the AalesAgreementHeaderHistory table.
can you guys help me?thank you
Hi,
I want to retrieve a field in the TaxVatNumTable , but I can't find the relation to the AalesAgreementHeaderHistory table.
can you guys help me?thank you
Thank you Ergun, my problem solved
If you are using original table then, You can get like this;
TaxVATNumTable::find(salesAgreementHeaderHistory.custTable().Vatnum, "CountryRegionId")
Sorry typo, its SalesAgreementHeaderHistory
AalesAgreementHeaderHistory is not a standard table. So we're unlikely to know, but assuming it has the same fields as AgreementHeaderHistory
AalesAgreementHeaderHistory
--> DirPerson(DirParty.RecID)
--> Cust/Vend/..Table
-->Table.Vatnum
--> TaxVatNumTable
André Arnaud de Cal...
292,886
Super User 2025 Season 1
Martin Dráb
231,768
Most Valuable Professional
nmaenpaa
101,156
Moderator