Importing Incidents from a .csv file. We call them Tickets in my world.
There are 3 lookups on the ticket.
Tier1 Tier2 Tier3 records all exist in the same table, Categories.
These are cascaded lookups. The user chooses a value from Tier1. Tier2 is populated based on that choice. The user chooses a value from Tier2. Tier3 is populated based on the choices in Tier1 and Tier2. finally, the user chooses a value in Tier3.
so for each choice in Tier1, there a Tier2 records with a parent of Tier1.
and for each choice in Tier2 there are Tier3 records with a parent of Tier2
Duplicates exist in Tier 2 and Tier3. some examples:
Tier1, Tier2, Tier3
Data Warehouse, Connection Problems, Question
XYZ application, Connection Problems, Question
ABC application, Policy, Question
so, of course, On the datamap in the lookup for related records for Tier1, Tier2, Tier3 columns I included the value and the primary key to ensure that a unique record is retrieved by the import.
This simply does not work for my records. I see it in the documentation and in many online questions that this is the prescribed solution and I can see how it should find a unique record since the primary key is used. It is just not working for me. very frustrating of course.
I get the "duplicate lookup reference has been found" error for all of the duplicate values.
Ok, so even mores strange and perhaps telling. I even get the duplicate lookup reference found error for values in Tier 1. There are no duplicates in the values for the Tier1 records.
If you have encountered this or know why this could happen, please respond.
Thanks,
DJ