Show TOC

Background documentationExpression Editor Keywords Locate this document in the navigation structure

 

You can use the following keywords in the Expression Editor to build expressions:

Keyword

Data Type

Value State

Description

cr

String

Static

Carriage return character

crlf

String

Static

Carriage return and line feed characters

currenttimezone

String

Dynamic

Current time zone of the server

currenttimeoffset

Numeric

Dynamic

Current time offset from GMT for the server

dateformat

String

Static

yyyy-MM-ddTHH:mm:ss

datenow

DateTime

Dynamic

Current system date and time

dateoffsetformat

String

Static

yyyy-MM-ddTHH:mm:ss:ZZZ

datetimezoneformat

String

Static

yyyy-MM-ddTHH:mm:ss:zzz

doublequote

String

Static

Double quote character

e

Numeric

Static

Mathematical constant e = 2.7182818284590451

emptylist

List

Static

Returns an empty list

emptymap

Map

Static

Returns an empty map

false

Boolean

Static

Boolean value for the antonym of the adjective true

guid

String

Dynamic

A new globally unique identifier (GUID)

lf

String

Static

Line feed character

nulldate

Null

Static

Date value used to represent the absence of a value

nullnumber

Numeric

Static

Numeric value used to represent the absence of a value

nullstring

Null

Static

String value used to represent the absence of a value

pi

Number

Static

Mathematical constant = 3.1415926535897931

singlequote

String

Static

Single quote character

tab

String

Static

Tabulator character

timezoneids

List

Static

Returns all supported time zone IDs. For example, the list might include EST, GMT, and so on.

today

DateTime

Dynamic

Current system date; time field is set to midnight

transactionid

Numeric

Unique per transaction

Returns the identifying number of the transaction

true

Boolean

Static

Boolean value for the adjective true

See also:

Expression Editor Functions

Expression Editor Operators