You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your response. Yes, a simplified version looks like this:
SELECT Id, Name, Email, MobilePhone FROM Contact WHERE
Email = '[email protected]' OR MobilePhone = '+4792699599'
Running this in dev console works, but not in soqlDatatable. Same error.
The soqlDatatable does not seem to support using OR in the WHERE conditions. Is this by design?
Error:
Invalid SOQL String
unexpected token: OR
The text was updated successfully, but these errors were encountered: