anusha(salesforce developer)

Monday 22 August 2016

Difference between created, created, and every time it’s edited and created, and any time it’s edited to subsequently meet criteria



Difference between created, created, and every time it’s edited and created, and any time it’s edited to subsequently meet criteria in workflowrules


created
Evaluate the rule criteria each time a record is created. If the rule criteria is met, run the rule. Ignore all updates to existing records.
With this option, the rule never runs more than once per record.
created, and every time it’s edited
Evaluate the rule criteria each time a record is created or updated. If the rule criteria is met, run the rule.
With this option, the rule repeatedly runs every time a record is edited, as long as the record meets the rule criteria.
Note: Can't add time-dependent actions to the rule if you select this option.(Time dependent workflow actions cannot be created.)
created, and any time it’s edited to subsequently meet criteria
Evaluate the rule criteria each time a record is created or updated.
  • For a new record, run the rule if the rule criteria is met.
  • For an updated record, run the rule only if the record is changed from not meeting the rule criteria to meeting the rule criteria.
With this option, the rule can run multiple times per record, but it won’t run when the record edits are unrelated to the rule criteria.
Time dependent work flow actions can be created.


If we want to trigger the workflow only when the record is created, we have to use “created”.

If we want to trigger the workflow whenever the record is created or edited even though it has currently met and triggered, we have to use “”.

If we want to trigger the workflow whenever the record is created or edited and previously it didn’t meet the criteria.

No comments:

Post a Comment