Salesforce Certified Advanced Administrator — Question 140
The administrator at Cloud Kicks needs to set up automation to update three fields on the Shipment custom object. Because of the effect these updates will have on some programmatic customizations, they need to happen in a very specific order.
How should the administrator configure the field updates to ensure the proper order?
Answer options
- A. Create three workflow rules in order, one workflow rule for each field update.
- B. Create a workflow rule with three field updates entered in the correct order.
- C. Create a process with three criteria nodes and stop after each action.
- D. Create a process with one criteria node and three field updates in the correct order.
Correct answer: C
Explanation
The correct answer is C because creating a process with three criteria nodes allows the administrator to ensure that each field update occurs in the specified order, with the ability to stop after each action. The other options either do not provide enough control over the sequence of updates (A and B) or do not allow for stopping after each action (D).