Hello,
I need to bulk compare two fields of two different entities (1:N relationship) to retrieve the records where the values are different.
On the selected records, I will bulk update the values of field 1 (of the target entity) to make them equal to field 2 (of the related entity).
As I cannot compare two fields within a view from Dynamics CRM, is it possible to create it by using a fetchXML instead and how?
If it's not possible, are there other ways or tools from XrmToolbox to achieve the goal?
I'm aware that I can extract the records to an excel file, compare the fields, fix the wrong values, and import them massively to CRM but I want to avoid this.