How to execute Batch Apex Using Apex Trigger? Call your batch Apex class from below trigger, Trigger: [java] trigger UpdateAreaInfoUser on User (after update) { Map<id, User> owners = new …
Salesforce
-
-
How to get the Salesforce Instance Server URL from APEX Trigger? Using trigger we can get the Salesforce Server URL, below is the example: for example, used below codes in …
- APEXSALESFORCETrigger
List the order in which automation features trigger when a user saves a record
List the order in which automation features trigger when a user saves a record -All Apex BEFORE Triggers -System Validation Rules -Custom Validation Rules -All Apex AFTER triggers -Assignment Rules …
-
What is a use case for dynamic visualforce components? The data determines the arrangements of components on a page. Content displayed on a page varies based on a user’s permission. …
-
When viewing a dashboard, what can a user do with a dashboard filter? A. Filter the dashboard by selecting specific components to display. B. Filter data by selecting a specific …
-
When should a developer use JavaScript remoting? Choose 2 answers A. To build javascript frameworks B. To display instant feedback to users C. To call javascript from …
- ReleaseSALESFORCE
Which Site.com license should be assigned to a user who has the Designer role on one site and the Contributor role on another site
Which Site.com license should be assigned to a user who has the Designer role on one site and the Contributor role on another site? A. Contributor B. Publisher C. Designer …
-
What is a feature of Forecasts? A. Sales managers can view the monthly sales quotas for members of their team. B. Sales managers can view the forecast for each period …
- ReleaseSALESFORCE
When creating a non-required lookup field, which option is available to control what happens when the lookup record is deleted
When creating a non-required lookup field, which option is available to control what happens when the lookup record is deleted? A. Do not delete this record B. Don’t allow deletion …
-
How can an administrator use Salesforce Knowledge? A. Create Knowledge Actions for article type approval processes. B. Enable history tracking for specific articles. C. Assign an article approval step to …