Example of Signal Properties Settings for a CanInvoke Check
An example of the fields set for a CanInvoke check is listed in the following table.
Name | Value |
---|---|
CanInvoke:Any |
[Account Id] is not null |
CanInvoke:Quote |
[Status] = LookupValue('ORDER_STATUS', 'Open') |
Note: If CanInvoke logic exists for a specific Mode, it overwrites
the CanInvoke logic defined for the mode Any. In the example for Signal
Properties Settings, using Quote mode, the CanInvoke logic used will
be
[Status] = LookupValue('ORDER_STATUS', 'Open')
instead of [Account Id] is not null.