function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sanchivan SivadasanSanchivan Sivadasan 

DataCloudContact and OR Clause

Hi there, 

Is the OR Clause not supported in SOQL for the DataCloudContact object from Data.com? 

When I run this in developer console, I am get an exception stating 'OR is not supported!'. What options do I have? 
 
SELECT Id, FirstName, LastName, CompanyName, Email FROM DataCloudContact
WHERE ((FirstName LIKE 'test' AND LastName LIKE 'test' AND CompanyName LIKE 'test Inc.') OR Email Like 'test@test.com')