NextGen Knowledge Center

Rule Builder Filter Rule

This rule allows you to build simple accept logic for a specific message field or expression.

Item NameDescription
BehaviorThis is always set to Accept, meaning that if the logical expression below evaluates to true, the message will be accepted.
FieldThe message field or expression to test.
Condition

Determines how to test the Field set above. The following conditions are supported:

  • Exists: Returns true if the length of the field is greater than 0.
  • Not Exist: Returns true if the length of the field is 0.
  • Equals: If the Values table is empty, returns true if the field is equal to an empty string. If the Values table is not empty, returns true if the field matches any of the values in the Values table below.
  • Not Equal: If the Values table is empty, returns true if the field is not equal to an empty string. If the Values table is not empty, returns true if the field matches none of the values in the Values table below.
  • Contains: Returns true if the field contains any of the values in the Values table below.
  • Not Contain: Returns true if the field contains none of the values in the Values table below.
ValuesA table of expressions that may be used in conjunction with the Condition to test the given field and decide whether or not to filter the message.