Hi
I need to set up a data map for importing for a particular type of case records in Dynamic CRM Online 2016.
Case entity have a Lookup field named Counsel.
The Counsel Entity's primary key is a Guid - Counsel ID (which cannot be used for data import).
Counsel have Counsel name and Country column whose Combination is unique (i.e. Counsel Name can repeat , Country name can also repeat, but combination of both makes a unique record and cannot repeat.)
Client provided data sheet that contains Counsel name and Country name as separate columns (as expected). Mapping has been done for source Counsel Name to Destination entity counsel name. But while importing it fails with a message "A duplicate lookup reference was found." (Because it contains duplicate Counsel Names with different country).
The option, I have is to create another column with combination of the Name-Country (auto generate using java script while creating records and keep it hidden ) and ask the client to include a column with same format and map it to the Name-Country column in entity lookup and then Import.
Is there a better solution to this problem ?
*This post is locked for comments
I have the same question (0)