Skip to main content
October 23, 2013
Question

System Token Formatting

  • October 23, 2013
  • 1 reply
  • 757 views
I'm inserting a Token in the body of an email from an Custom Field in an Account  in Salesforce which is set as a currency value (e.g. $20,000) but when it comes through in the sample email from Marketo it converts it to plain text (e.g 20000)  Is there an easy fix to make sure that the value of this token is set as a currency?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

October 24, 2013
I know for opportunities Salesforce doesn't have the actual curreny in the field, just the number. There is a different field for currency. So Marketo actually displays the data correctly. If everything is in Dollars, you could just manually add the Dollar sign in your emails. If you work with multiple currencies (like we do) you could use the currency field, but that displays like EUR or USD. So {{company.Currency}} {{company.Amount}} would display: USD 20000.

If you need numver formatting, create a new custom field in Marketo (type currency). And populate it with the available source field you have now.