Using the Multiple Condition AgileShape to Check if a Value is Null

To use the Multiple Condition AgileShape to check if a value is null, do the following.

Prerequisites

Navigation

  1. In AgilePoint Envision, open a process template.
  2. Navigate to the Generic BPM stencil.
  3. On the Generic BPM stencil, drag the Multiple Condition AgileShape, and drop it on the process template.
  4. On the New Condition Activity Window - Multiple Condition AgileShape, define your logical rules.
  5. To view the entire list of properties, in the Design Tasks pane, click Show Properties.

Instructions

  1. On the Condition window, click New.
  2. On the Expression window, in the Operator list, click the appropriate operator — for example, = or !=
  3. In the Value field, enter the following value exactly:

    <NULL>

Example

If you want to determine whether an employee name is not specified by a user while providing the employee related details (using a manual activity). Using the Multiple Condition AgilePart, specify the Data Binding property (such as empName of String data type) and then set the value as <NULL> to set up the following conditions:

More Information