We are trying to use SOAP to retrieve related records based on the N: N relationship. Thus, we have 1 GUID for 1 object retrieved from the current form. Then we need all the GUIDs from another object. How to form our SOAP request correctly.
RetrieveContacts = function (EntityName, EntityKeyName, contactGUID) {
source share