Hey All,
I'm doing a mass insert of records via dataloader and the object I am inserting has two look up fields (Account look ups) named "Account" and "End Customer". In some instances these two values will be the same.
The problem I am having is upon insert the ID's I am inserting are not being honored for both accounts when they are the same. For example, I am inserting a record with Account ID "001C0000012BlDz" and End Customer ID "001C0000012BlDz", however, the End Customer ID is being inserted as "001C0000012BlDZ".
You'll notice the the "Z" is being inserted uppercase thus looking at another record. I've tried updating the end customer id to the account ID from a report with no luck. Anyone else experience this issue? Any insight is helpful, thank you!
Regards,
Jared