CRT-211 · Question #167
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…
The correct answer is D. After-save autolaunched flow. An after-save autolaunched flow is a type of flow that runs in the background when a record is saved and performs actions based on the record data or changes. An after-save autolaunched flow does not require user input or interaction and can be triggered by a record-triggered…
Question
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?
Options
- AField Service flow
- BScheduled flow
- CBefore-save autolaunched flow
- DAfter-save autolaunched flow
How the community answered
(34 responses)- A3% (1)
- B9% (3)
- C6% (2)
- D82% (28)
Explanation
An after-save autolaunched flow is a type of flow that runs in the background when a record is saved and performs actions based on the record data or changes. An after-save autolaunched flow does not require user input or interaction and can be triggered by a record-triggered flow element or by an Apex trigger. In this case, you can create an after-save autolaunched flow that runs when a Project record is created and creates a standard set of related Project Milestone records based on predefined values or variables.
Topics
Community Discussion
No community discussion yet for this question.