Salesforce Platform Developer I (legacy) — Question 58
A developer wants to invoke an outbound message when a record meets a specific criteria.
Which three features satisfy this use case? (Choose three.)
Answer options
- A. Process builder can be used to check the record criteria and send an outbound message with Apex Code.
- B. Process builder can be used to check the record criteria and send an outbound message without Apex Code.
- C. Approval Process has the capability to check the record criteria and send an outbound message without Apex Code.
- D. Workflows can be used to check the record criteria and send an outbound message.
- E. Visual Workflow can be used to check the record criteria and send an outbound message without Apex Code.
Correct answer: A, C, D
Explanation
Options A, C, and D are valid as they can all trigger outbound messages based on specific record criteria. Option A allows for the use of Apex Code, while C and D do not. Option B is incorrect because while Process Builder can send outbound messages without Apex Code, it does not meet the criteria for the question as it only provides one solution compared to the three needed. Option E is also not included as it does not meet the requirement of three correct functionalities.