A sales operations manager wants any opportunity whose estimated close date passes without a stage change to automatically notify the owner's manager in Microsoft Teams two business days later. Sales accelerator sequences only route tasks to the record owner, not to a manager. Which approach extends the platform to meet this requirement?
Select an answer to reveal the explanation.
Short Explanation
Picture two different tools built for two different jobs: one nudges the same person who owns a record when they open it, and the other can watch the clock and act on its own. This scenario needs the second kind, because the ask is to notify someone who is not even on the record — the owner's manager — and to do it automatically once a deadline has quietly slipped by. A rule that only fires when a record is opened cannot escalate to a manager who has no reason to open that opportunity. Extending the existing reminder sequence just sends another nudge to the same person who already missed the deadline, which does not solve an escalation problem. And a lead-scoring tool has nothing to do with monitoring open opportunities against a clock at all. What actually fits is a flow that runs on its own schedule, checks the condition, and reaches out to the right person — the manager — without waiting for anyone to click into the record first.
Full Explanation
The correct answer is A. The requirement calls for a notification that goes to someone other than the record owner, triggered by the passage of time rather than a direct user action, which is a pattern that a scheduled Power Automate cloud flow handles well: it can query Dataverse on a recurring basis for opportunities whose close date has passed without a stage change and post a message to the owner's manager in Teams. Option B is incorrect because a business rule only runs when a user opens or saves the record, so it cannot proactively notify anyone on a schedule, and it cannot reach a manager who never opens the opportunity. Option C is incorrect because sales accelerator sequences route tasks and reminders to the opportunity owner, not to that owner's manager, so extending the sequence still leaves the escalation requirement unmet. Option D is incorrect because the Sales Qualification Agent operates on leads to assess qualification signals; flagging an opportunity as high risk in a custom column does not send a notification to anyone and is the wrong tool for a time-based escalation to management.