Why do you need this change?
We want to apply extra filters to GLEntry record before calculating the Amount on GetGLAmountBalanceLCYForBankStatement procedure.
Describe the request
We would like to request a new event please. Thanks!
[IntegrationEvent(false, false)]
local procedure OnBeforeCalcGLEntryAmount(var GLEntry: Record "G/L Entry")
begin
end;
Why do you need this change?
We want to apply extra filters to
GLEntryrecord before calculating theAmountonGetGLAmountBalanceLCYForBankStatementprocedure.Describe the request
We would like to request a new event please. Thanks!