A company requires automated record processing when a custom object record, Asset_Maintenance__c, is updated to a status of 'Urgent Repair Required'. The system must perform two specific operations: create a new follow-up Task assigned to the asset owner, and send a SOAP-based outbound web service message to an external inventory tracking system. Which TWO statements accurately describe the capabilities and limitations of Process Builder in fulfilling these requirements? (Select TWO answers.)
- Process Builder can natively create the follow-up Task record as an immediate action without writing custom code.Cevap
- BProcess Builder can natively execute outbound SOAP messaging directly as a standard declarative action type.
- Process Builder cannot directly invoke outbound SOAP messages natively, requiring an Apex callout or a launched Flow to handle external messaging.Cevap
- DProcess Builder can automatically delete superseded inspection log records to maintain data storage limits.
Cevap
Process Builder can natively create new records such as Tasks, but it cannot natively execute outbound SOAP messages or delete records, requiring Apex or Flow for outbound messaging.
The correct options accurately identify Process Builder capabilities: Process Builder natively supports record creation (such as generating a Task record) as an immediate action. However, it lacks native support for outbound SOAP web service messaging, meaning administrators must invoke custom Apex or launch a Flow to handle outbound callouts.
Adım Adım Çözüm
Anahtar Kavram
Process Builder Action Capabilities and System Limitations