Keywords

Listed below are keywords are supported by the Advantage application and can be used as part of the expression provided in the Validation field on the Configurable Validation table. Note: This section is not applicable to Performance Budgeting.

Keyword

Description

applicationDate

Represents the date that the Advantage application is using. This is the date value configured on the Application Parameter table.

For example, the following expression compares the effective date to the application date.

EFFECTIVE_DT > applicationDate

applicationDateTime

Represents the date and time that the Advantage application is using. This is the date value configured on the Application Parameter table plus the server time value at the time the value is requested.

For example, the following expression compares the Effective Date to the Application Date Time.

UPDATE_DT > applicationDateTime

systemDate

Represents the Server Date on which the Advantage application is running.

For example, the following expression compares the Batch End Date with the Server Date.

BATCH_END_DT > systemDate

systemDateTime

Represents the Server Date Time on which the Advantage application is running.

For example, the following expression compares the Batch End Date to the Server Date Time.

BATCH_END_DT > systemDateTime

systemTime

Represents the current time.

For example, the following expression compares the time to the server time.

END_TM < systemTime