Salesforce Certified Platform App Builder — Question 446
Your company has a Custom Object called Projects with a Lookup relationship to Opportunities. Once an Opportunity is closed won a project needs to be created automatically and assigned to a queue.
How would you best accomplish this requirement?
Answer options
- A. Apex Trigger on Opportunities
- B. Visual Flow
- C. Lightning Process Builder
- D. Apex Trigger on Projects
Correct answer: C
Explanation
The correct answer is C, Lightning Process Builder, because it allows for automation based on changes in the Opportunity object without requiring code. Options A and D involve Apex Triggers, which are more complex and not necessary for this requirement, while B, Visual Flow, may not be as straightforward as using Process Builder for this specific scenario.