Expression Editor Keywords
You can use the following keywords in the Expression Editor to build expressions:
Keyword | Data Type | Value State | Description |
|---|---|---|---|
| String | Static | Carriage return character |
| String | Static | Carriage return and line feed characters |
| String | Dynamic | Current time zone of the server |
| Numeric | Dynamic | Current time offset from GMT for the server |
| String | Static | yyyy-MM-ddTHH:mm:ss |
| DateTime | Dynamic | Current system date and time |
| String | Static | yyyy-MM-ddTHH:mm:ss:ZZZ |
| String | Static | yyyy-MM-ddTHH:mm:ss:zzz |
| String | Static | Double quote character |
| Numeric | Static | Mathematical constant e = 2.7182818284590451 |
| List | Static | Returns an empty list |
| Map | Static | Returns an empty map |
| Boolean | Static | Boolean value for the antonym of the adjective true |
| String | Dynamic | A new globally unique identifier (GUID) |
| String | Static | Line feed character |
| Null | Static | Date value used to represent the absence of a value |
| Numeric | Static | Numeric value used to represent the absence of a value |
| Null | Static | String value used to represent the absence of a value |
| Number | Static | Mathematical constant |
| String | Static | Single quote character |
| String | Static | Tabulator character |
| List | Static | Returns all supported time zone IDs. For example, the list might include EST, GMT, and so on. |
| DateTime | Dynamic | Current system date; time field is set to midnight |
| Numeric | Unique per transaction | Returns the identifying number of the transaction |
| Boolean | Static | Boolean value for the adjective true |