Salesforce Certified Advanced Administrator — Question 120

Cloud Kicks tracks project details in a custom Project object. Project Milestones are tracked in a second custom object, with a reference to the parent Project record. Users need to automatically create a standard set of related Project Milestones when a Project record is created.

What is the recommended automation solution?

Answer options

Correct answer: D

Explanation

The correct answer is D, as an After-save autolaunched flow can be triggered immediately after a Project record is created, allowing the automatic generation of related Project Milestones. Options A and B are not suitable because they do not run at the right time for this requirement, and C would not allow for the creation of related records after the Project is saved.