Hi,
Please help me on this.
I have two MDM records and need to compare the first with the second and if there is any difference w.r.t any one of the field data of second record from first record then I have to return those difference fields data of second record through my API.
For example:
Field1 Field2 Field3
Record 1: aa bb aac
Record 2: aab bb cdd
The output should be
Record2: aab cdd
Is there any compare command avaialble in MDM API (like RetrieveLimitedRecordsCommand etc) ???
so that I can avoid each field comparison after getting the records.
Thanks in advance.
Thanks,
Srini.