Magidoc

Operator
Enum

The possible operators used for condition builders throughout the application

Possible Values

#

EQUAL

Equal

NOT_EQUAL

Not equal

GREATER_THAN

Greater than

GREATER_THAN_EQUAL_TO

Greater than equal to

LESS_THAN

Less than

LESS_THAN_EQUAL_TO

Less than equal to

STARTS_WITH

Starts with

NOT_START_WITH

Does not start with

CONTAINS

Contains

NOT_CONTAINS

Does not contain

IS_BLANK

Is blank or null

NOT_BLANK

Is not blank or not null

MONTH_IS

Month is (Date or DateTime fields only)

DAY_IS

Day is (Date or DateTime fields only)

WEEK_IS

Week is (Date or DateTime fields only)

YEAR_IS

Year is (Date or DateTime fields only)

IS_WITHIN

Contains

NOT_WITHIN

Does not contain

IF_TRUE

IF_FALSE

Usages

#

References

#