Hello everyone,
I'm transferring some data from an older system to our dynamics CRM, i'm using the CVS import functionality for this.
But, when importing I get the error "A duplicate lookup reference was found", which is quite clear. But, I need those duplicates for other technical reasons.
Let me clarify my tables a bit.
I have three tables Project, Item and HourBooking. A project can have zero or more items and an hourBooking requires a reference to a project and one of it's items. All of the projects share the same basic item, lets call it "item 0". Currently there are about 50+ instances of this "item 0" in my system, all with a different ID.
So, I guess that's where the "A duplicate lookup reference was found" message comes from, because it doesn't know which instance of "item 0" i reference in my hour bookings.
I Hope i'm clear, but i can understand if you don't understand something about my question. Please let me know if I can clarify something :)
*This post is locked for comments