Posted on 06/06/2021 08:03:00
Thanks, that worked. Another question:
If I want to get certain information from the customer i BC (limit before free shipping for example) and transfer that information to the user in Dynamicweb, I tried with the following request:
<GetEcomData><tables><Customers type="all" importContacts="false"/></tables></GetEcomData>
I get new custom fields from the customer, and I map them like this in data integration:
Apperantly I have to include AccessUserCustomerNumber because I use that as key on the table because the is what I have as key in the incoming response:
I use the User provider i data ingration.
This works, I get updates for the fields in Dynamicweb, bit it always also changes the username in DW to that of the incoming response (customer name, not contact username)
I dont want that, I want the contact name. It seems that the integration job does this automatically. Is there some way to stop this behaviour, or should I try another way of getting information from the customer in BC to the user in DW?