Value of the currency field is showing as 0 instead of the actual valueIssue The value of the currency field is showing as 0 instead of the actual value. Noticed this issue in the list view and the scripts - background.CauseThe cause of the issue is duplicate records that exist in fx_price.Search the fx_price with the sysid of the affected record.The current prices are stored on the fx_price table which needs to be one record in the table - fx_price but here two records are existing one with value "0" and another one with an actual value.ResolutionBy deleting the record in fx_price which is no longer required that would fix the issue.