Skip to main content
Nintex Community Menu Bar

DocGen Cuts Off Currency ISO Code?

  • November 1, 2019
  • 2 replies
  • 58 views

DocGen for Salesforce does not display the full ISO currency code in generated documents. It works fine with USD (displayed as $) but with other currencies, e.g. KES, DocGen just seems to take the last letter. So instead of showing "KES 9,000.00" it shows "S9,000.00". I am using the Default setting in the field tagger. 

 

Has anyone run into this and found a solution?

2 replies

Forum|alt.badge.img+14
  • Nintex Employee
  • November 10, 2019

Hi @iwolff,

 

It should be using the local currency settings of the user running, if you are getting an issue I would log a support case(support@nintex.com) and they will be able to investigate. Alternatively you could use a formula field to configure the value as text and output as text instead.

 


  • Author
  • November 11, 2019

Thank you @leighburke! I ended up solving the issue by outputting two SF fields <<currency_iso_code>> and <<amount_000>> (with decimals, without currency symbol).