1

n dynamic sales, we have three fields: Wattage (Whole Number), Date, and Currency (Currency). These fields are utilized by both regions, India and the USA.

 

Currently, in the application, the default currency displayed is Rupee, which is fine for Indian users. However, when US customers log in to the application, US Dollars need to be displayed automatically.

 

Our requirement is that based on region, user level, or business unit, the format of fields should change automatically in the application.

 

For example, the field formats for Indian customers are as follows:

 

Currency: Rupee

Date: DD/MM/YYYY

Wattage (Whole number datatype): 1,34,56,789

For US customers, the field formats are as follows:

 

Currency: US Dollar

Date: MM/DD/YYYY

Wattage (Whole number datatype): 13,456,789.

Category: Opportunity
STATUS DETAILS
New