Workflow Flashcards
How many IF/THEN statements does Workflow have?
1
Can Workflow control the order of the actions?
No, it is non deterministic.
Can Workflow create Records?
Yes, but only Task Records.
What are the three available evaluation criteria?
1) When a record is created.
2) When a record is created or edited
3) When a record is created and everything a subsequent edit causes it to meet the criteria.
If the evaluation criteria is set to when a record is created and every time it’s edited can you also have a time dependent action?
No
Can Workflow do cross object field updates?
Workflow can update the field of a parent object when the child updates. For example: An opportunity field updating causing the Account object to also be updated. (Only child to parent updates)
When does the Workflow start?
Record changed
Workflow actions can fire immediately once the record is saved, or they can be time-delayed according to a trigger.
Can Workflow post to Chatter?
No
Can Workflow update any related record that triggered the Workflow Rule?
No