Hi,
I have a requirement explained as below.
I will be having Contact Full Name and Email Address from a method and I need to check if that contact is already present in the CRM. If present in CRM, assigning the existing contact to my required entity or else create a new contact with the information
and assign it to my required entity.
I was trying to achieve it using RetrieveMultiple (REST) in my JavaScript.
Can anybody help me with this code on how to write the filtered query in my RetrieveMultiple and return the values to other method where I could assign and proceed with the next steps.
Any help would be highly appreciated.
Thanks,
Sri.