Skip to content
  • There are no suggestions because the search field is empty.

Reconciliation Statement Report name date suffix incorrect when exported to PDF

Date 15/07/2026

Status : The fix is planned to be released in 2026R2RC

Reference : ADV-79524

Issue :  On the Reconciliation Statement (CA627000) report, when a user exported the report to PDF, the downloaded file name could contain an incorrect date suffix. The issue occurred because the default export file name format used the application server UTC date instead of the user business date and time zone. As a result, users in some time zones could receive a file name with the previous date when exporting reports before a specific time of day.

 

Workaround :Add the following value for ExportFileName in CA627000.rpx:

='Reconciliation Statement ('+  Replace(Format('{0:d}' , CDATE(Report.GetDefUI('AccessInfo.BusinessDate'))),'/','-') + ')'

Then the loaded file will have a current business date.