Activity › Forums › Salesforce® Discussions › What is dynamic query in Salesforce ?
-
What is dynamic query in Salesforce ?
Posted by Arun on February 18, 2020 at 11:31 AMWhat is dynamic query in Salesforce ?
Ayush replied 6 years, 3 months ago 5 Members · 4 Replies -
4 Replies
-
Dynamic Query/SOQL: It refers to the creation of a SOQL string at run time with Apex code. It enables you to create more flexible applications. You can use simple bind variables in dynamic SOQL query strings.
- [adinserter block='9']
-
Dynamic query refers to the SOQL string at run time in apex code.
-
Dynamic Query refers to the creation of a SOQL string at run time with Apex code. Dynamic SOQL enables you to create more flexible applications.
-
Dynamic SOQL and SOSL queries provide the ability to execute SOQL or SOSL as a string at runtime, while dynamic DML provides the ability to create a recorddynamically and then insert it into the database using DML.
Log In to reply.