Currency Changes from USD to EUR when Converting Demand to Project (locally reproduced only)Issue When converting a Demand to a Project, the financial data entered into the Demand (Opex/Capex) is updated from the entered currency type i.e. USD to the current User's local currency on Project creation. Note: This issue is primarily reproduced on a local browser/locally by a user and cannot be reproduced by impersonating the user who is facing the issue.ReleaseOrlando+CauseIf the System Property 'glide.system.locale' is empty, then financial data may update to local currency/regional values based on Browser. ==== Example: User is in Germany and the region/currency cached in the User's browser defaults to EUR. The user then creates a Demand with USD Financial values and on the creation of a Project, the values change to EUR. Cause: If the 'glide.system.locale' is empty, the browser will auto-populate Locale based on browser location. If this is not intended, then you will need to apply a valid locale value to the 'glide.system.locale' System Property. For example, if you wish for finances to stay in USD, then 'en.US' would need to be added into the 'glide.system.locale' System Property. Adding en.US overrides the browser settings/cached settings and ensures that all cost values are seen as USDResolutionNavigate to System Preferences > System PropertiesFilter for name= glide.system.localeGive this System Property a value if empty Note: The ServiceNow Documentation for the Locale settings indicates:[code] <pre>Note: Do not change the system locale after currency values have been entered into the instance. When you change the system locale, the reference currency values are not adjusted. There is no rate conversion. This persistence results in invalid aggregations and filtering.</pre>[/code] https://docs.servicenow.com/bundle/utah-platform-administration/page/administer/currency/concept/locales.html If the reference currencies are all set to the same Currency locale, then the change can be made. i.e. Locale set to 'en.US', then the Reference Currency value for Currency Instances (fx_currency_instance) table should indicate 'USD' only. - "Group By" the Reference Currency field to verify. Test the change thoroughly on a sub-production instance before applying it in production.