System Token Formatting

Anonymous
Not applicable

System Token Formatting

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?
Tags (1)
1 REPLY 1
Anonymous
Not applicable

Re: System Token Formatting

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.