2012 R3 CU8
I need to import a large collection of email addresses and phone/fax numbers to existing customers. Ideally I could also import multiple purpose/roles for each address. (I understand that part may be a customization)
Can someone tell me what entity and fields to focus on? I've tried using the Contact Person entity but my test import of 1 record seems to go nowhere. Thanks
This was my test data
'1' as ContactPersonId,
'90540' as CustAccount,
'Test@test.com' as AddressEmail,
'Test' as AddressEmailName,
'USA' as CountryRegionId
*This post is locked for comments