Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
PFA.
I have users for different countries in my app.Requirement is if user from india accessing the app then INR currency should be displayed by default for all results in app
if user from USA accessing the app then USD currency should be displayed by default for all results in app.
Please suggest how to proceed.
Thanks
Where you want to access the data points for each associative Currency. I am not seeing any data points over your application
Hi Deepak,
If you are maintaining a map of user to country, you'd then have to create a map of country to currency.
With these, create a onopen trigger, that will detect the user, fetch his country and currency and set the field to this currency.
This will ensure that a user on login sees his currency with an option to switch if need be.