Workflow and Process Automation
Create workflow rules, approval processes, and automation using Flow and Process Builder (16% of exam).
Workflow and Process Automation in Salesforce refers to the powerful tools that enable administrators to automate repetitive business processes, reducing manual effort and ensuring consistency across the organization. Salesforce offers several automation tools: **Workflow Rules** are the most bas…
Concepts covered: Workflow Rules Overview, Workflow Rule Criteria, Immediate vs Time-Dependent Actions, Workflow Field Updates, Workflow Email Alerts, Workflow Tasks, Workflow Outbound Messages, Approval Process Overview, Approval Process Steps, Approval Actions, Approval Request Routing, Parallel Approvals, Dynamic Approval Routing, Process Builder Overview, Process Builder Actions, Scheduled Actions in Process Builder, Invoking Flows from Process Builder, Flow Builder Overview, Flow Types, Screen Flows, Auto-launched Flows, Record-Triggered Flows, Schedule-Triggered Flows, Platform Event-Triggered Flows, Flow Elements, Flow Variables, Flow Resources, Flow Loops and Collections, Flow Decision Elements, Flow Record Operations, Debugging Flows, Choosing the Right Automation Tool, Order of Execution, Automation Limits and Considerations
SF Admin - Workflow and Process Automation Example Questions
Test your knowledge of Workflow and Process Automation
Question 1
Which Salesforce automation component executes before system validation rules in the Order of Execution?
Question 2
Vertex Solutions has implemented a sophisticated automation framework on their Opportunity object. Their configuration includes: an Apex before trigger that enforces business logic by setting the Forecast_Category__c field, a before-save record-triggered flow that calculates Expected_Revenue__c based on Amount and Probability, duplicate rules configured to alert on potential matches, system validation rules requiring certain fields, and an Apex after trigger that creates related Quote records. During a code review, a senior developer questions whether the duplicate rule evaluation happens before or after the Apex before trigger executes. The team also needs to understand when system validation rules run in relation to these components. A sales representative attempts to create an Opportunity that would match an existing duplicate rule. According to the complete Salesforce Order of Execution, which sequence accurately represents when duplicate rules are evaluated relative to Apex before triggers and system validation rules?
Question 3
Summit Enterprises has automation on their Case object that includes: a before-save record-triggered flow that sets Escalated__c to true when Priority equals 'High', an Apex before trigger that populates the SLA_Deadline__c field based on Priority, and a custom validation rule that prevents cases from being saved if SLA_Deadline__c is more than 30 days in the future. A support agent creates a new Case with Priority = 'High'. The before-save flow runs and sets Escalated__c to true, but the Apex before trigger calculates an SLA_Deadline__c that is 45 days away. The administrator needs to predict what will happen. Based on the Order of Execution, what is the expected outcome?