Hi Experts,
We are using D365 for sales and we want to update a field in Account. The field to be updated is not the same for every account, there are close to 50 different values from which each account will get one. We have an excel with the GUID of each account and then the field with the respective value for each account, in total we have close to 60,000 accounts to update.
I tried uploading it using the import data wizard and it thinks i am uploading new record with the same GUID and fails saying - Operation failed due to a SQL integrity violation
I tried creating a view and tried updating it using the Excel online feature through vlookup etc its works for certain records and fails for others since it kicks the duplicate detection rules. Updating on excel online does not have the flag where we can allow duplicates which we have with the upload method. Seems like we could remove duplicate detection rules and use the Excel online method to update.
But this feels very odd, where we have the primary identifier of the record but not able to do a simple update on a field and wanted to see if there are other way to do it OOB. The other way i can think of is to write a C# code to update it but that feels like a lot of work to just update one field when we also have the GUID and no way OOB to get there.
Please help, Thanks in advance for your response.