Data Display - Language and Locale
The data relating to the date, datetime, translation of messages, and field labels displayed on the Output Document depend on the language and locale settings in your Salesforce profile.
Language
The Output Document displays the labels and messages in the language set in your Salesforce profile. For more information on the languages supported by ServiceMax Suite, see
Languages.
Locale
Date and Datetime fields are displayed in your time zone, as per the locale set in your Salesforce profile.
The display format for numbers, percentages, and currency uses the thousands and decimal operators as per the locale set in your Salesforce profile. Precision and scale are respected as configured for the fields (number, percentage, and currency) in the Salesforce data model.
The Time field is displayed in HH:mm format on the Output Document. If time is not specified, then the default value of 12:00 PM in case of 12-hour format or 12:00 in case of 24-hour format is set. Timezone conversion is not applied on the Time field when saving or retrieving the value.
| LNUMBER function should be configured in the Output document template for any arithmetic calculation when you want to display the value of number, percentage, and currency fields as per the user locale. Example of using LNUMBER in number format: $LNUMBER($ADD(field1, field2....), scale); |