Why do you need this change?
We would like to apply extra filters when processing the report.
Describe the request
We would like to request these new events please. Thanks!
[IntegrationEvent(false, false)]
local procedure OnBeforeGetGLAccountBalanceLCYForBankStatement(var OutstandingBankTransaction: Record "Bank Account Ledger Entry"; var OutstandingCheck: Record "Bank Account Ledger Entry")
begin
end;
[IntegrationEvent(false, false)]
local procedure OnBeforeFindBankAccLedgerEntryOnGatherOutstandingTransactions(var BankAccountLedgerEntry: Record "Bank Account Ledger Entry")
begin
end;
Why do you need this change?
We would like to apply extra filters when processing the report.
Describe the request
We would like to request these new events please. Thanks!