An organization requires an automated approval process for custom Purchase Order records exceeding $50,000. When a user submits a Purchase Order, specific automated actions must trigger immediately upon entry into the process. Which two action types can be configured directly as Initial Submission Actions within a Salesforce Approval Process? (Select 2 options)
- Field Update to change the record status to 'Pending Approval'Cevap
- Outbound Message to transmit an XML notification to an external ERP endpointCevap
- CApex Callout to invoke an external REST API directly without an Outbound Message
- DChatter Post action to post an update directly to the record feed
Cevap
Field Updates and Outbound Messages are two of the four native automated actions that can be configured directly as Initial Submission Actions in a Salesforce Approval Process.
In Salesforce Approval Processes, Initial Submission Actions execute immediately after a record is successfully submitted for approval. The system natively supports four declarative action types: Field Updates, Email Alerts, Tasks, and Outbound Messages. Therefore, updating the status field and sending an XML payload via Outbound Message are both valid initial submission actions.
Adım Adım Çözüm
Anahtar Kavram
Approval Process Initial Submission Actions