An organization wants to configure a Workflow Rule on the Account object to schedule a follow-up Task for the account owner 30 days after a VIP Account is marked as 'Active'. The administrator attempts to add a time-dependent workflow action, but the option to add time triggers is unavailable in the workflow rule setup. What is the most likely cause of this issue?
- The rule evaluation criteria is set to 'created, and every time it's edited'.Answer
- BThe object has an active Record-Triggered Flow running after-save events.
- CThe validation rules on the Account object are set to fire before system evaluation.
- DThe initial submission action locks the record from triggering scheduled actions.
Answer
The rule evaluation criteria is set to 'created, and every time it's edited'.
Salesforce restricts time-dependent workflow actions on rules configured with the evaluation criteria 'created, and every time it's edited'. To use time-based triggers, the evaluation criteria must be set to 'created' or 'created, and any time it's edited to subsequently meet criteria'.
Step-by-Step Solution
Key Concept
Workflow Rule Evaluation Criteria Limitations for Time-Dependent Actions