Exam PDII Topic 1 Question 121 Discussion
Actual exam question for Salesforce's PDII exam
Question #: 121
Topic #: 1
Question #: 121
Topic #: 1
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 certain conditions are met.
What is the optimal way to accomplish this?
What is the optimal way to accomplish this?
Suggested Answer: A Vote an answer
Using an Email Alert with Flow Builder allows for scalable solutions that can handle large volumes of emails, and it offloads the processing from Apex to Salesforce's declarative automation tools. This approach is also bulk-safe, as it does not rely on Apex code that could hit governor limits.References: Flow Builder - Email Alerts
by Myra at Feb 15, 2024, 12:11 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).