[IntegrationEvent(False,False)]
local procedure OnAfterSetGenJnlLine(var GLAccountNetChange: Record "G/L Account Net Change" temporary, var GenJnlLine: Record "Gen. Journal Line")
[IntegrationEvent(True,False)]
local procedure OnAfterInsertGLAccNetChange(var GLAccountNetChange: Record "G/L Account Net Change" temporary, GLAccount: Record "G/L Account")
[IntegrationEvent(True,False)]
local procedure OnBeforeGLAccountNetChange(var GLAccountNetChange: Record "G/L Account Net Change" temporary, GLAccount: Record "G/L Account")
[IntegrationEvent(False,False)]
local procedure OnBeforeSaveNetChange(var GLAccountNetChange: Record "G/L Account Net Change" temporary, GenJnlLine: Record "Gen. Journal Line", AccType: Integer, AccNo: Code[20], var NetChange: Decimal, var IsHandled: Boolean)
[IntegrationEvent(True,False)]
local procedure OnSaveNetChangeOnAfterSetAccNo(var GenJournalLine: Record "Gen. Journal Line", var BankAccountPostingGroup: Record "Bank Account Posting Group", AccNo: Code[20])