My customer has entered all the Ship To addresses with the name of 'Ship To' and now wants to change the Address name to 'Primary'. This will be the default ship to address, with any other address added as 'Secondary' or 'Alternate'. We want to use the DTW to change the name on from 'Ship To' to 'Primary' with no other changes. The actual address remains the same.
I run the following query from Note 1300954 to get the current data:
Select cardcode, address, LineNum, AdresType, Street from CRD1
order by CardCode, LineNum, Address, AdresType
and it returns 2 lines for each CardCode. The ShipTo is LineNum1 and the Bill To is LineNum2.
I have done some imports using CRD, using Update Existing Data, using LineNum 0 and then again LineNum 1 in the template but I have not been able to change the name. Instead it adds a new Address called Primary and it uses the same Address info as the original ShipTo even though I haven't entered any address data.
Is there a way to only change the name of a ShipTo address that already exists in the system?
Thanks for the help!
-Claudia