function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jeff_SFJeff_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:

 

Number to Words/Text

 

Thanks

Jeff

Pradeep_NavatarPradeep_Navatar

You need to write a trigger for this. Implement the logic in to the trigger and it will work.