Question
How to display the value in the format ,00.0 for salesforce mapping numbers.
Agreement is filled with currency values from salesforce via Merge Mapping.
I want to display 1,000.00. For example, test_total__c field is currency, mapping testTotal to Agreement will display 1000.00 instead of 1,000.00.
Is it possible to do it inside the settings of the Agreement field through a formula? Or is it necessary to make a separate field in Salesforce with the required value?
