Hello ,
I want to get all the account records based on my primary contact GUID .So i want use the WEB API ,can i filter my result sets based on my contact GUID?If so then how filter on multiple GUIDs,do i need to use the contains operator or IN Operator or Equal operator with multiple or condition
SQL Replica of my Query is
Select * from Account where primarycontactid in('GUID1','GUID2','GUID3')
Thanks in Advance
*This post is locked for comments
I have the same question (0)