Quantcast
Channel: Microsoft Dynamics 365 Community
Viewing all articles
Browse latest Browse all 17314

Update or Create Party Addresses

$
0
0
Following code helps you to create or update party (Customer/Vendor/Employees) addresses using standard function select firstOnly postalAddressView join Location,LocationRole from locationRolesView where locationRolesView.Location == postalAddressView.Location && locationRolesView.LocationRole == LogisticsLocationRole.RecId && postalAddressView.Party == partyId; postalAddressView.Street = street1; if (street2) { postalAddressView.Street += " " + street2; } postalAddressView...(read more)

Viewing all articles
Browse latest Browse all 17314

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>