Display INR Currency next to the currency field on the Object using Formula (Multi Currency not Enabled) #inSalesforce

 Display INR Currency next to the currency field on the Object using Formula (Multi Currency not Enabled) #inSalesforce


Suppose here currency is INR

Create a new formula field on the object with a return type of Text like TEXT(Amount) & " (INR)"

This will display the Amount value followed by " (INR)".

Place this formula field next to the Amount field on the page layout or use it in reports as needed.

Maybe you can add a help text indicating that all amounts are in INR.

Comments