Universal Container needs to integrate with an external system. Every time an Account record is updated to meet certain criteria, a SOAP message must be sent to a third party end-point with the following information: Name, Industry, AccountNumber, and Rating. The lead developer for the org is considering using Workflow rules instead of Apex triggers to fulfill the above requirements.
What are three benefits of using Workflow rules as opposed to Apex triggers? (Choose three.)
- A SOAP message can send more than 100 notifications
- Two-way SSL is supported by including a client certificate
- Outbound messages prevent circular changes out-of-the-box
- Retry logic for outbound messages is enabled out-of-the-box
- Tracking outbound message delivery is enabled out-of-the-box
Answer(s): A,B,C
Reference:
https://www.sfdcstuff.com/2018/12/outbound-messages-implementation-tips.html https://help.salesforce.com/articleView?id=workflow_om_considerations.htm&type=5
Reveal Solution Next Question