Bind Variables Only Allowed In Apex Code

Salesforce

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__Last_Upload_Date__d How can I build a SOQL statement which conditions preferred select statement connecting two fields within the table

1
Answers

Replies

SQL is not maintaining the direct field toward the field comparison currently within the WHERE clauses. The SOAP API also does not allow the IN clause within the SOQL queries. Looks like it is a bit crazy, however it is 95 percent about Salesforce.

 
 

If you want to unleash your potential in this competitive field, please visit the Salesforce course page for more information, where you can find the Salesforce tutorials and Salesforce frequently asked interview questions and answers as well.

 

This topic has been locked/unapproved. No replies allowed

Login to participate in this discussion.

Leave a reply

Before proceeding, please check your email for a verification link. If you did not receive the email, click here to request another.