Activity › Forums › Salesforce® Discussions › How to pass Dynamic parameter in SOQL where clause, while mapping in Webmerge?
Tagged: Dynamic Parameter, Dynamic SOQL, Mapping in WebMerge, Salesforce SOQL, SOQL Injection, SOQL Query, Where Clause
-
How to pass Dynamic parameter in SOQL where clause, while mapping in Webmerge?
Posted by Adarsh on March 30, 2018 at 7:50 AMHow to pass Dynamic parameter in SOQL where clause, while mapping in Webmerge?
Adarsh replied 8 years, 1 month ago 3 Members · 6 Replies -
6 Replies
-
Hi Adarsh,
You need to follow this kind of formatting – ‘:API_NAME_FIELD’ for getting dynamics values in where clause.
Hope it may help you 🙂
- [adinserter block='9']
-
Yes, it is necessary to have this kind of formatting because it shows uniqueness.
-
Hi Archit,
Here what is the meaning of ‘uniqueness’, when we work on SOQL?
-
uniqueness a common word that everyone understand but here the uniqueness determines the specific field or object for which you want to fetch related data like
if there is any custom field Date is there in any object which call as date__c in soql so in terms of soql you can determine “date__c” as unique. If you try to fetch the related records by using any other word it will not help you for your findings.
Hope It Would be helpful !
Log In to reply.