Attribute-value comparison - Event Management

Use this comparison to compare the value of a 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 of the attribute-value comparison condition type:

Syntax [Attribute][Operator][Value]
Attribute One of the document attributes 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 2015. In the condition you use the StartTime attribute from the Contract document.

This table shows the condition:

Attribute StartTime
Operator >
Value 2015-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 2015 00:00 hours.