Different currency sign displayed for different users for the same catalog itemIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms Different currency sign displayed for different users for the same catalog item Cause Catalog item price is set to the default type 'calculated' and the user records timezone settings are different. Resolution "Calculated" type is the default for price type, and what it means is that the price of an item is always quoted based on the user's locale. If the requirement is that the price is always shown in the currency specified on the catalog item, then change the "type" for the price from Calculated to Fixed. This will keep the price at a consistent value, despite the user's locale. You can change the default value of 'Type' field on the 'fx_price' table to 'fixed' by going to the dictionary definition for the field which will show the currency code used when the value was entered. Please note, that existing / already created catalog items will have the price type still set to calculated and will need to be changed manually. Here is a link to assist to navigate directly to fx_price records that have type set to Calculated for the already created catalog items that may need to be reviewed and updated accordingly:https://<instance-name>.service-now.com/fx_price_list.do?sysparm_query=table%3Dsc_cat_item%5Efield%3Dprice%5Eid!%3DNULL%5Etype%3Dcalculated