Changes

Workflow Condition Examples

277 bytes added, 16:25, 16 July 2013
Example of Incorrect Configuration
:* ''"@typeid@" in ("12345","45678") AND "@statusid@" in ("888","999")'' and
:* ''"@parent.statusid@" in ("888","999")''
* The issue here is that both statements [[Boolean Operators|evaluate]] as '''true'''if the statuses on the record triggering the workflow have a statusID of 888 or 999. * The workflow process will not "know" which task to connect to. The workflow will progress, but not necessarily to the next intended workflow task. In other words, the wrong email may be sent.
===Example of Correct Configuration===
8,849
edits