History will not load for records when currency field are auditedIssue When attempting to load history for a record the history is never generated when there is invalid audit records for fx_currency fields To validate that audited currency is the cause of the issue and admin user will need to: 1) navigate to sys_audit.filter in the filter context 2) filter on the sys_id of the document you wish to load history for the document key field 3) If in the audit history you find audit records such as <Currency>;null;null i.e USD;null,null you have encountered this issueReleaseOrlando and LaterCauseThis can be caused by invalid audit records such as USD;null;null captured in the audit when currency records are created without a specified valueResolutionTo prevent these records from being generated it is recommended to add a default value for the affected field i.e. USD;0.00 To allow the history to be generated all old and new values which contain entries such as USD;null;null will need to be amended Any fx_Currency2_isntacne records where the amount is null will need to be amended so future invalid audit records are not generated If you have confirmed you have encountered this issue I would recommend raising a case to support who can assess the best way to fix these records