Workflow/Process Automation (Obj 1) Flashcards
Cosmic Fortuna has an internal employee portal (not Salesforce) that is regularly accessed by its sales and support teams. During a business requirements discussion session with the company’s Salesforce administrator, the sales team has requested that, when a high-value opportunity is closed by a sales representative, a message congratulating them be displayed in the portal. Which automated action can the administrator associate with a workflow rule to achieve this? (1)
A.) Field Update
B.) Email Alert
C.) Task
D.) Outbound Message
D.) Outbound Message
The Admin for Mountaineer Apparel is using workflow to automate ordering inventory. What are the types of actions the Admin can use with workflow? (1)
A.) Field update, task creation, email alert, and outbound message
B.) Field update, task creation, email alert, and record creation
C.) Field update, event creation, email alert, and record update
D.) Field update, task creation, email template, and outbound message
A.) Field update, task creation, email alert, and outbound message
The Admin for Global Shipping is utilizing Process Builder to automate business processes to increase productivity. What is true about what happens after Process Builder executes actions? (2)
A.) The process can only evaluate the next criteria when an action group contains scheduled actions
B.) The process can only evaluate one criteria
C.) The process can stop after actions execute or continue evaluating the next defined criteria
D.) The process can evaluate multiple criteria
C.) The process can stop after actions execute or continue evaluating the next defined criteria
D.) The process can evaluate multiple criteria
An Admin will be creating several workflow rules for custom objects. What actions are possible using workflow? (2)
A.) Update a field to a new value using a formula
B.) Create a new detail record related to a master record
C.) Create an event and assign to a certain user
D.) Update a field on the master record when a field on the detail record changes
A.) Update a field to a new value using a formula
D.) Update a field on the master record when a field on the detail record changes
A service manager wants to send an email reminder to customers who have failed their energy audit to schedule another audit after they have completed the required modifications. They want this to be done weekly for all the records that still have a failed audit status. How can an Admin easily fulfill this requirement? (1)
A.) Create a scheduled flow for the set of records that have a failed audit status to send an email
B.) Create a workflow to select the records with a failed audit status and associate a workflow action to send an email
C.) Create a process using Process Builder to select the records with a failed audit status and send an email reminder
D.) Create a batch Apex for the records that failed the energy audit and schedule Apex to send the email
A.) Create a scheduled flow for the set of records that have a failed audit status to send an email
What does the Admin need to be aware of when using Email Alerts? (1)
A.) Email alerts use email templates that need to be set up previously
B.) The email content can be set when creating the email alert
C.) Email alerts can only be sent to users and roles
D.) Only text-based emails can be sent with email alerts
A.) Email alerts use email templates that need to be set up previously
A workflow rule is set up to create a task for sales rep to do a follow-up call when a member of the prequalification team updates the information of a potential client as qualified. The sales manager wants an automated solution that creates a record of a custom object for each qualified client. What automation solutions can be used to meet this business requirement? (2)
A.) Create an approval process that creates a new record of the custom object.
B.) Create a flow using Flow Builder that creates a new record of the custom object
C.) Create a workflow rule that creates a new record of the custom object
D.) Create a process using Process Builder that creates a new record of the custom object.
B.) Create a flow using Flow Builder that creates a new record of the custom object
D.) Create a process using Process Builder that creates a new record of the custom object
Chris is a Salesforce Admin for Indiana Global Finance Corporation. He recently had a meeting with the marketing manager who requested that if leads score more than 45 points, the lead status should be updated to ‘Qualified’, a task should be assigned to the lead owner, and an email notification should be sent to all the marketing team members. The marketing manager wants this process to be automated when a lead record is updated. Which automation solution would best meet this requirement? (1)
A.) Use Flow Builder to create a flow with multiple actions.
B.) Use Process Builder to create one process with multiple actions.
C.) Create one workflow rule with three actions for an email alert, task creation, and field update.
D.) Create three different workflow rules to automate the required actions
A.) Use Flow Builder to create a flow with multiple actions.
John modifies a record in Salesforce. This modification triggers a workflow rule for immediate execution that includes a field update on the current record. After the execution is complete, what user will be listed under the ‘Last Modified’ field of this record? (1)
A.) The designated workflow user
B.) John
C.) The default workflow user
D.) The last user to modify the record prior to John
B.) John
Cosmic Solutions has a custom object called Weekly Employee Summary, which stores a summary of employee data that is tracked in Salesforce, such as hours worked and wage totals. An auto launched flow has been built to calculate this information and create a new Weekly Employee Summary record for each employee every time it is run. Currently, an Admin needs to run this flow manually once a week. They would like this flow to be run automatically in the future. Which solutions would meet this requirement? (2)
A.) Create a workflow rule that launches the flow weekly
B.) Invoke the flow from an Apex job that runs weekly
C.) Replace the auto launched flow with a schedule-triggered flow
D.) Use Process Builder to invoke the flow to run weekly
B.) Invoke the flow from an Apex job that runs weekly
C.) Replace the auto launched flow with a schedule-triggered flow
An Admin is working in an org with multiple Validation, Escalation, Assignment, and Workflow rules. What is the correct sequence of rules that are processed that the admin needs to keep in mind? (1)
A.) Assignment rules, Workflow rules, Validation rules
B.) Escalation rules, Assignment rules, Workflow rules
C.) Validation rules, Assignment rules, Workflow rules
D.) Escalation rules, Validation rules, Workflow rules
C.) Validation rules, Assignments rules, Workflow rules
An Admin is considering the use of workflow rules for a new custom object Application. When are workflow rules evaluated? (1)
A.) Before auto-response rules
B.) After triggers
C.) Before triggers
D.) Before assignment rules
B.) After triggers
What action is possible with Workflow that is not possible with Process Builder? (1)
A.) Send an email
B.) Send an outbound message
C.) Create a record
D.) Field update
B.) Send an outbound message
If a record meets one criteria, an email should be sent. If the record meets a different criteria, a task should be created. It is possible that a record meets both criteria. Which option should be used to meet the requirement? (1)
A.) Create two workflow rules, each with its own action
B.) Create one workflow rule with two workflow actions
C.) Create one process using Process Builder
D.) Define two processes using Process Builder
C.) Create one process using Process Builder
Cosmic Global wants to ensure that no opportunities are lost if a sales rep forgets to follow up. At least 200 records are being created a day. A reminder task should be created automatically 15 days after the ‘Created Date’ of the opportunity. Which automation feature can be used to address the requirement declaratively considering the risk of exceeding governor limits per transaction? (1)
A.) Flow Builder
B.) Apex Trigger
C.) Big Deal Alert
D.) Process Builder
A.) Flow Builder
John Lobo is an Admin at Global Solution Inc. He has created a workflow rule to perform a status update on the Case record on insertion. The Support manager then requested him to add a time dependent action to trigger an email alert if the case with open status is not closed 7 days after opening. John tried to add a new action, however he is unable to do it. What could be the possible reason? (1)
A.) Time dependent workflow actions cannot be added to an existing rule. John must create a new workflow rule.
B.) John can’t add time-dependent workflow actions to active workflow rules. Deactivate the workflow rule first, add the time-dependent workflow action, and reactivate the rule.
C.) John should not add a time dependent workflow action to an existing workflow rule; he should use a workflow queue to create one.
D.) John should open a case with Salesforce support to add a time dependent workflow action.
B.) John can’t add time-dependent workflow actions to active workflow rules. Deactivate the workflow rule first, add the time-dependent workflow action, and reactivate the rule.
Sam, the sales manager, wants to automatically update the ‘Discount’ field on opportunity records that are created or updated, depending on the value of the ‘Expected Revenue’ field. Which automation tool is the best one to use for this requirement? (1)
A.) Workflow Rule
B.) Approval Process
C.) Flow
D.) Validation Rule
C.) Flow