.EMPTY. |
EMPTY |
A value that matches an empty or all-blank field. Supplies an empty (zero-length) field when used in a SET expression. |
.TRUE. |
BOOLEAN |
Boolean value of TRUE (1) |
.FALSE. |
BOOLEAN |
Boolean value of FALSE (0) |
.TODAY. |
TIME |
The current date. |
.NOW. |
TIME |
The current time. |
.ENTRY. |
TYPEOF(FIELD) |
The current field text. |
.OLDVALUE. |
TYPEOF(FIELD) |
The value that was in the field as returned from the host in the search operation. If the field is new, .OLDVALUE. is .EMPTY. |
.USERID. |
CHAR |
The value of the user-id field returned by the function on the resource, see Section 2.7.9.3 |
.USERCLASS. |
CHAR |
The value of the user-class field returned by the function on the resource, see Section 2.7.9.3. |
.USERLEVEL. |
CHAR |
The value of the user-level field returned by the function on the resource, see Section 2.7.9.3. |
.AGENTCODE. |
CHAR |
The value of the agent-code field returned by the function on the resource, see Section 2.7.9.3. |
.BROKERCODE. |
CHAR |
The value of the broker-code field returned by the function on the resource, see Section 2.7.9.3. |
.BROKERBRANCH. |
CHAR |
The value of the broker-branch field returned by the function on the resource, see Section 2.7.9.3. |
.UPDATEACTION. |
CHAR |
Name of the UpdateAction for which this validation is performed. (See UpdateAction table below, and Section 2.7 Update in the Web API 1.1 document) |
.any. |
See Description |
If the name of the SpecValue (stripped of the first and last dot) is equal to a name of one of the info-token-keys returned as part of the function on the Resource, then the type and value of this SpecValue is defined by that info-token-key. If no such info-token-key exists, the value is ERROR. |