Codeunit "Open Deposit Test Report"
Handles execution of deposit test reports through extensible events. Provides access to deposit validation and testing functionality via extensions.
Remarks
This codeunit enables deposit test report execution through extension implementations. Used for validating deposit data before final processing or posting operations.
Events
OnOpenDepositTestReport
Integration event for running deposit test reports. Allows extensions to provide deposit validation and testing functionality.
[IntegrationEvent(False,False)]
local procedure OnOpenDepositTestReport()
Remarks
Raised from OnRun trigger to enable extension-based deposit test report execution. Typically handled by the Bank Deposits extension for deposit validation workflows.