How to import customer with Shipping address and Billing address using Data Migration Framework in AX 2012 R3.
Presently, we are importing customer with shipping address only.
*This post is locked for comments
How to import customer with Shipping address and Billing address using Data Migration Framework in AX 2012 R3.
Presently, we are importing customer with shipping address only.
*This post is locked for comments
Hi Abhishek,
It would be possible to customize the Customer entity to achieve your requirement.
You need to duplicate the address fields and also copy and adjust the generatePostalAddress method on the class DMFCustomerEntity to map the new staging fields. Also you need to mention the new generate....Address method in the method getReturn fields.
As you are on R3, you don't have to add fields to a fieldgroup for the generate method. That was required for R2.
In our scenario we receive the .csv file from external system on daily basis, it contains the fields/column like "Customer account/Customer name / ShipCity / ShipState / ShipZipCode / InvoiceCity / InvoiceState / InvoiceZipCode.
Is it possible To use both "Customer address" and "customer" entity at the same time in one shot.
Please explain in detail how to get this functionality, without changing in the External system CSV file.
Hi Abhishek,
You can use the Customer address entity to import multiple addresses.
André Arnaud de Cal... 291,391 Super User 2024 Season 2
Martin Dráb 230,445 Most Valuable Professional
nmaenpaa 101,156