Reference > Expressions > Built-in Functions > System Functions > GetGlobal

GetGlobal

Returns the value of the global constant specified. See Defining Global Constants and Default Global Constants.

Syntax

GetGlobal(name)

Enabled for

Search/Dashboard Yes
Business Rules Yes
Quick Actions Yes
Workflow Objects Yes
Reports No

Parameters

name

The name of the global constant for which you want to see the value.

Return Value

The same type as the value of the global constant. For example, if the global constant is a DateTime value, this function returns a DateTime value.

Example

GetGlobal() Example

The above example uses the ListenerEmailAddress global constant as the email address from which escalation notifications are sent.