Posted on 16th September 2024|512 views
How to resolve the error bind variables only allowed in apex code?
here is my query
SELECT Id FROM Price_Agreement_Item__d WHERE Approved_Date__d > Last_Upload_Date__d
How can I build a SOQL statement which conditions preferred select statement connecting two fields within the table
Posted on 16th September 2024| views
SOQL does not currently maintain direct field toward field comparison within WHERE clauses. This Soap API too does not let the 'IN' clause within SOQL queries. It is crazy, but later again, that is 95% about Salesforce.