
I am trying to update a field in the CustTable using DIXF. "Price group" is a field we started using recently. I am trying to update this field for all customers using DIXF.
I didnt want to use the customer master Entity so I created another Customer Pricing Entity on the CustTable. I generated the source file with AccountNum, PriceGroup, (custGroup and Currency as well because they are mandatory fields). When i try to upload data (for customer 15668), it gives me this error;
Results. Record ('15668') . Cannot create a record in Customers (CustTable). Name: 0.
The record already exists.
Data written to target 'Customer Pricing' ('0' records created, '0' records updated)
Which i think makes sense. It is trying to create a customer record with this account number. But I only want DIXF to update the price group field for this customer.
What can I do to make sure it's updated and not have it try to create a new customer?
*This post is locked for comments
I have the same question (0)