Finance Essentials for France
Release: Finance Essentials for France – 25.0.9690.35363
Description
This release addresses a critical blocking bug in the ETEBAC multi-company bank statement import feature of Finance Essentials for France. Since the previous release (25.0.9609.3609), users were unable to import ETEBAC12 files across multiple companies, preventing them from performing daily bank reconciliation operations. The fix modifies the record insertion behavior in the ETEBAC import report to bypass trigger execution in a cross-company context, restoring full multi-company import functionality.
User Stories
No User Story developed in this release.
Bugs
| Title | Description | Impact on previous version |
|---|---|---|
| [24260] – ETEBAC multi-company import failure | Since release 25.0.9609.3609, importing ETEBAC12 multi-company bank statement files failed. The root cause was identified in the InsertBankRecLine procedure of report isaFBIFR_ETEBACCFONB120 (Report 8118592). The call BankAccReconLine.Insert(true) triggered the OnInsert event in a cross-company context, causing errors and preventing the creation of new reconciliation cards in other companies. The fix changes this call to BankAccReconLine.Insert(false), bypassing the trigger and allowing the multi-company ETEBAC import to complete successfully. Impacted object: Report 8118592 (isaFBIFR_ETEBACCFONB120). |
Breaking risk: Medium. Any customization or event subscriber relying on the OnInsert trigger of the Bank Acc. Reconciliation Line table during ETEBAC import will no longer be invoked. Partners or customers with logic subscribed to this trigger should verify their processes still behave as expected after this update. |
Events
No event added or updated in this release.