A Salesforce Administrator is asked to automate several business actions when a Contract record status is updated to 'Activated'. The requirements include: creating a follow-up Task, posting an update to the related Account Chatter feed, sending an Email Alert to the contract owner, and deleting temporary draft attachment records associated with the contract. Which requirement CANNOT be accomplished using native Process Builder actions without invoking Apex code or Flow Builder?
- Deleting temporary draft attachment records associated with the contractAnswer
- BCreating a follow-up Task assigned to the contract owner
- CPosting an update to the related Account Chatter feed
- DSending an Email Alert to the contract owner
Answer
Deleting temporary draft attachment records associated with the contract
Process Builder lacks native functionality to perform DML delete operations on records. To automatically delete records upon criteria evaluation, an administrator must call an autolaunched Flow or use Apex code.
Step-by-Step Solution
Key Concept
Process Builder Native Action Capabilities and Limitations
Estimated Time:1m 15s