Salesforce Certified Advanced Administrator — Question 35
Universal Containers has implemented a custom process related to products. They have a custom object called Draft Product. Once a Draft Product is approved, automation is needed to create a new Product record and delete the original Draft Product record.
Which two options would meet this requirement? (Choose two.)
Answer options
- A. Process Builder that calls Apex
- B. Flow that calls a Process Builder
- C. Process Builder that calls a Flow
- D. Process Builder that calls a Workflow Rule
Correct answer: A, C
Explanation
The correct answers are A and C because Process Builder can invoke Apex to handle complex logic and can also call a Flow for more advanced automation needs. Options B and D are incorrect as a Flow cannot call a Process Builder and Workflow Rules do not provide the necessary functionality to create and delete records in this scenario.