Hi -
I have a plugin with two separate fetchXML retrievemultiple requests. Both return contacts. I want to compare the two sets. List 1 contains a list of contactids (Guids) as does List 2. I want to be able to find the differences. For example:
List 1:
1234-3456
8888-9999
List 2:
1234-3456
8888-9999
3333-3333
I want to ignore the duplicates, and just use the unique record from list 2 (3333-3333), to go and create a custom record called new_delegate, which is linked to this contact.
Any ideas how I can achieve this please?
Thanks.
*This post is locked for comments