Salesforce Certified Platform App Builder — Question 153
Universal Containers wants to provide users with a process to create Opportunity records related to an Account. Many fields can be populated based on the
Account record. Some fields require input from the user.
What should an app builder configure to meet the requirement?
Answer options
- A. Process Builder triggered from Opportunity update
- B. Process Builder triggered from Account update
- C. Quick Action on the Account object
- D. Quick Action on the Opportunity object
Correct answer: C
Explanation
The correct answer is C because a Quick Action on the Account object allows users to create Opportunity records directly related to that Account, pre-populating fields as needed. Options A and B are not suitable since they focus on updates rather than the creation of new records, and D would not allow the same level of integration with the Account fields.