Question

Difficulty: MediumWorkflow Rules and Actions

A Salesforce Administrator in a corporate procurement department is creating a Workflow Rule on a custom object called Equipment_Lease__c to send a reminder Task to the asset manager 30 days prior to the lease expiration date. However, while configuring the rule, the administrator observes that the option to add a Time-Triggered Workflow Action is unavailable and disabled in the setup interface. Which evaluation criterion selection is preventing the administrator from adding time-dependent actions to this workflow rule?

  1. Created, and every time it's editedAnswer
  2. B
    Created, and any time it's edited to subsequently meet criteria
  3. C
    Created
  4. D
    Created, and edited to meet criteria

Answer

The evaluation criterion 'Created, and every time it's edited' disables time-dependent workflow actions in Salesforce Workflow Rules.
Salesforce Workflow Rules explicitly prohibit time-dependent actions when the evaluation criterion is set to evaluate every time a record is created or edited. This prevents performance degradation and queue flooding from repeated trigger evaluation on frequent record modifications.

Step-by-Step Solution

1
Analyze the evaluation criteria limitations for Salesforce Workflow Rules.
Salesforce explicitly restricts time-dependent workflow actions when rules are set to evaluate on every edit.
If time triggers were allowed on 'Created, and every time it's edited', record updates could create infinite loops or unintended resetting of pending time-based actions in the queue.
2
Identify the option matching this configuration restriction.
The option specifying 'Created, and every time it's edited' is the direct cause of disabled time-trigger options.
To use time-dependent actions, the administrator must set the evaluation criteria to either 'Created' or 'Created, and any time it's edited to subsequently meet criteria'.

Key Concept

Evaluation criteria restrictions for time-dependent workflow actions
Rate this question