Adding and Removing Currency Symbols in Advanced Template Fields

You can use a FreeMarker expression to add a currency symbol on an advanced template.

To add a currency symbol to an advanced template:

  1. In the template editor, place the cursor in front of the field that represents a currency amount.

  2. Enter ${record.currencysymbol} before the field label shown on the template:

    Sample code for adding a currency symbol.

You can use the a FreeMarker expression to remove a currency symbol from an advanced template, such as a check.

Use the remove currency format: ${nsformat_number(number|string)}. For more information, see FreeMarker Formatting Method

Related Topics

General Notices