A Salesforce Administrator is configuring automated business processes for Opportunity management using Process Builder. When an Opportunity record reaches the 'Closed Won' stage, several actions must be triggered immediately.
Which of the following actions can be performed directly as native immediate actions in Process Builder without calling Apex code or invoking a Flow? (Select TWO answers.)
- Create a new custom Renewal Opportunity record and populate fields using values from the triggering Opportunity.Cevap
- Submit the triggering Opportunity record into an active approval process.Cevap
- CDelete all open Task records associated with the triggering Opportunity.
- DPerform an asynchronous HTTP REST callout to update an external ERP system.
Cevap
Process Builder can directly create new records and submit records for approval. It cannot delete records or perform outbound web service callouts without calling additional tools like Flow or Apex.
Process Builder natively provides built-in action types to create new records and submit records for approval directly from the process canvas without needing custom code or sub-flows.
Adım Adım Çözüm
Anahtar Kavram
Process Builder Native Capabilities and Platform Limitations