Currency Feature

Created by Docs Made Easy, Modified on Tue, 15 Jul at 3:53 AM by Docs Made Easy

Available In: Docs Made Easy Basic and Pro



Parameter Value : \# Format Pattern

Parameter Requirements : None


Parameter Description : The Currency Feature parameter in Docs Made Easy allows you to format numeric Salesforce fields (e.g., revenue, amount, pricing) as currency values directly within your document. This ensures financial figures are consistently styled and aligned with professional and regional standards.



FORMAT

SYNTAX

OUTPUT (for 125000)

Simple number with thousand separator

{{Account.AnnualRevenue \# #,##0}}

125,000

USD with no decimals

{{Account.AnnualRevenue \# $#,##0}}

$125,000

USD with two decimal places

{{Account.AnnualRevenue \# $#,##0.00}}
$125,000.00

Locale-based currency formatting

{{Account.AnnualRevenue \# Currency}}

₹1,25,000.00 (if IN locale is set)



Note:

The Currency keyword uses the org-level locale by default unless overridden by the CurrencyCulture parameter. To render consistent formatting across regions, explicitly define the culture (e.g., CurrencyCulture1=de-DE for German Euro formatting).


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article