nerdexam
Salesforce

PLAT-ADMN-201 · Question #28

Universal Containers requires that when an opportunity is closed won, all other open opportunities on the same account must be rendered as Closed Lost. Which automation solution should a Platform…

The correct answer is A. Flow Builder. Flow Builder is the recommended tool for automating updates to multiple related records based on a change to a single record. A "Record-Triggered Flow" can be configured to execute whenever an Opportunity is updated to "Closed Won". The flow can then find all other…

Submitted by chiamaka_o· Apr 18, 2026Workflow/Process Automation

Question

Universal Containers requires that when an opportunity is closed won, all other open opportunities on the same account must be rendered as Closed Lost. Which automation solution should a Platform Administrator use to implement this request?

Options

  • AFlow Builder
  • BOutbound Message
  • CFlow Orchestration
  • DQuick Action

How the community answered

(34 responses)
  • A
    79% (27)
  • B
    12% (4)
  • C
    6% (2)
  • D
    3% (1)

Explanation

Flow Builder is the recommended tool for automating updates to multiple related records based on a change to a single record. A "Record-Triggered Flow" can be configured to execute whenever an Opportunity is updated to "Closed Won". The flow can then find all other Opportunities related to the same Account where the "IsClosed" field is false, and use an Update Records element to set their stage to "Closed Lost". Outbound Messages (Option B) are used for notifying external systems, not for internal data updates. Flow Orchestration (Option C) is designed for multi-user, complex business processes and would be overly complicated for this simple record update. Quick Actions (Option D) require a user to click a button, which does not meet the requirement for automatic rendering upon the stage change.

Topics

#Automation#Flow Builder#Opportunity Management#Record Update Logic

Community Discussion

No community discussion yet for this question.

Full PLAT-ADMN-201 Practice