Attribute-value comparison

Use this comparison to compare the value of an Application Document attribute to a fixed value. This type of comparison is useful for attributes whose value does not change frequently.

This table shows the syntax:

Syntax [Attribute][Operator][Value]
Attribute One of the Application Document attributes that are selected for monitoring. The attribute can be of type:
  • String
  • Integer
  • Decimal
  • Date and Time
  • Date
  • Time
  • Boolean
Operator Comparison operator; depends on the attribute type. See Operators in monitor conditions.
Value A constant value of the same type as the attribute.
Evaluation The evaluation result is True or False.

Example

You build a condition to monitor contracts that have started after January 1st 2005. In the condition you use the StartTime attribute from the Contract Application Document.

This table shows the syntax:

Attribute StartTime
Operator >
Value 2005-01-01T00:00:00

The evaluation result of the condition is true if the Date and Time value of the StartTime is after January 1st 2005 00:00 hours.