Hi All,
How to get vendor ID using LogisticsPostalAddress Table in D365Fo
Hi All,
How to get vendor ID using LogisticsPostalAddress Table in D365Fo
Question has been answered.
Hi will
Thanks for reply, Its working
Hi Tony,
You can use this query -
LogisticsPostalAddress postalAddress; DirPartyLocation partyLocation; VendTable vendTable; select firstonly vendTable join partyLocation join postalAddress where postalAddress.Location == partyLocation.Location && partyLocation.Party == vendTable.Party && postalAddress.recId == XXXX;
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,339 Super User 2024 Season 2
Martin Dráb 228,177 Most Valuable Professional
nmaenpaa 101,148