In this lesson we cover dynamic queries using Dynamic SOQL and Dynamic SOSL.
Dynamic SOQL refers to the creation of a SOQL string at run time with Apex code. Dynamic SOQL enables you to create more flexible applications. For example, you can create a search based on input from an end user or update records with varying field names.
Dynamic SOSL refers to the creation of a SOSL string at run time with Apex code. Dynamic SOSL enables you to create more flexible applications. For example, you can create a search based on input from an end user, or update records with varying field names.
Resources:
Dynamic SOQL - https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_dynamic_soql.htm
Dynamic SOSL - https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_dynamic_sosl.htm
Because Apex runs in a multitenant environment, the Apex runtime engine strictly enforces limits so that runaway Apex code or processes don’t monopolize shared resources. If some Apex code exceeds a limit, the associated governor issues a runtime exception that cannot be handled.
Resource:
Execu...
Resource:
Install Setup Components - Setup: https://login.salesforce.com/packaging/installPackage.apexp?p0=04t4W000002r9o6QAA
In this lesson, we check our work from the second challenge.
Resource:
Install Setup Components - Solution: https://login.salesforce.com/packaging/installPackage.apexp?p0=04t4W000002r9oBQAQ