nerdexam
Salesforce

PDII · Question #41

A developer is asked to build a solution that will automatically send an email to the Customer when an Opportunity stage changes. The solution must scale to allow for 10,000 emails per day. The…

The correct answer is C. Use an Email Alert with Process Builder. See the full explanation below for the reasoning.

Question

A developer is asked to build a solution that will automatically send an email to the Customer when an Opportunity stage changes. The solution must scale to allow for 10,000 emails per day. The criteria to send the email should be evaluated after all Workflow Rules have fired. What is the optimal way to accomplish this?

Options

  • AUse a MassEmailMessage() with an Apex Trigger.
  • BUse a Workflow Email Alert.
  • CUse an Email Alert with Process Builder.
  • DUse a SingleEmailMessage() with an Apex Trigger.

How the community answered

(70 responses)
  • A
    10% (7)
  • B
    6% (4)
  • C
    81% (57)
  • D
    3% (2)

Community Discussion

No community discussion yet for this question.

Full PDII Practice