We have a customer using DW 10 who wants to sync addresses from a customer in D365 down to all users associated with that customer in DW. The DW users are not created in D365 so the only thing tying them to the D365 customer is the customer number field we fill out on the user's external ID in DW backend. How can we sync billing and delivery addresses to all users with that customer number and ensure they atay up to date without duplicating addresses or limiting it to only apply to the first user the scheduled job comes across with that customer number?
Developer forum
E-mail notifications
How Customer Address Integration works from D365
Replies
Hi Kayla,
Using the new User apps you can get the addresses by Customer Number instead of by User (ID). This allows you to import the addresses into the "Account".
In the Shopping Cart app, you also have that selection under Payment & Delivery
What you can do is create the a user group (or a dummy user - but not as flexible) for each account and have the addresses be associated with the user group.
Best Regards,
Nuno Aguiar
Hi Kayla,
you can use the request: <GetEcomData><tables><Addresses type="all" /></tables></GetEcomData>
to get the D365BC addresses. That request is a part of import customers request but can be used just to get only the addresses.
The response contains the xml with a customer number column like that:
You can try to map the source column AccessUserAddressCustomerNumber to AccessUserAddressUserID and use the User provider as destination.
BR, Dmitrij
You must be logged in to post in the forum