Reference > Expressions > Built-in Functions > Numeric and Currency Functions > DefaultCurrencySymbol

DefaultCurrencySymbol

Returns the default currency symbol, for example $ or ¥, for the user associated with the current session. This is the value in the Currency field on the Currency page for the organizational profile.

Syntax

DefaultCurrencySymbol()

Enabled for

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

Parameters

none  

Return Value

Text value. Returns a currency symbol. See http://www.xe.com/symbols.php for a list of currency symbols.

Example

$(DefaultCurrencySymbol())

If the default currency for the current session is United States Dollar, the above example returns "$".