Salesforce Certified Platform App Builder — Question 141

DreamHouse Realty wants to track how many lifts are being installed into customer garages. The To Be Installed custom checkbox field on the custom Lift object should be checked and an external system should be notified via an outbound message the next day when a lift is sold.
What automation tool should be used to complete this task?

Answer options

Correct answer: C

Explanation

Flow is the correct choice because it allows for complex automation, including checking fields and scheduling actions like sending outbound messages the next day. Workflow rules and Approval processes are not designed to handle such sequential and time-sensitive tasks, while Process Builder, although capable, is less efficient for this specific scenario.