Skip to main content
4 Antworten
  1. 15. Aug. 2021, 17:45

    Hi Deeya,

     

    The most important things to remember for the App Builder exam are the 4 automation tools:

    1. Workflow rules

    2. Process builder

    3. Approval processes

    4. Flows

     

    You need to understand what the unique capabilities of each of these are, and in what scenarios to use them. You also need to know when none of these can get the desired result, and you'd need to use Apex code.

     

    Some tips:

    1. Workflows and approval processes share the same actions that they can perform. These are:

    a. Email alert

    b. Field update

    c. Outbound message

    d. Create task

     

    2. Process builder can do most things that WFRs can and more. For example, it can create ANY kind of record (not just tasks). However, it can't use outbound messages.

     

    3. Flows are like the "Amateurs" meme. It knocks both of the previous tools out of the water in terms of functionality. It can delete records, can display screens to capture data or show messages, and can even interface with external APIs. Learn the different types of flows and what each of them means!

     

    4. Approval processes are unique in the sense that they aren't exactly an automation tool. They can perform some kind of automation actions, but they are a kind of process with many manual steps. Understand what approvals are for and how they work.

0/9000