You need to sign in to do that
Don't have an account?
Jeff_SF
Convert Currency to English
Would like to have text formula function to convert a currency field in a salesforce object to another field in Written English. For example $100.00 to "One hundred dollars and zero cents". It would be similar to this Microsoft code:
Thanks
Jeff
You need to write a trigger for this. Implement the logic in to the trigger and it will work.