In this lesson I introduce you to a couple of helpful Trailhead modules. The first provides more details on Processes, Flows and Apex Triggers, as well as info on combining automation tools for provisioning solutions on the platform. I also suggest a module for beginning Apex Triggers.
Please note that you do not need to know how to code on the Advanced Admin exam, but strictly need to be able to identify scenarios that would require resorting to writing Apex and/or Visualforce code.
Choose the Right Automation Tool - https://trailhead.salesforce.com/content/learn/modules/business_process_automation/process_whichtool
Apex Triggers - https://trailhead.salesforce.com/content/learn/modules/apex_triggers
Nesting processes - https://help.salesforce.com/articleView?id=process_advanced_invocable.htm&type=5
In this lesson I show you how to monitor flows and processes.
Resource:
Monitor Flows and Processes - https://help.salesforce.com/articleView?id=flow_monitor.htm&type=5
In this lesson we explore the impact of the order of execution in Salesforce. Although you don’t have to have all of this memorized for the Advanced Administrator Exam, it is a good idea to have a general concept of what all happens whenever a record is created, updated or deleted in Salesforce.
...
Universal Containers has a requirement to report on opportunities where the probability has dropped beneath 50%. The Administrator has created a custom checkbox as a way to identify these records.
What else should the Administrator do to meet this requirement?
Choose one answer
A. Enable field...