Codeunit "Reversal-Post"

ID 179
Namespace: Microsoft.Finance.GeneralLedger.Reversal

Properties

Name Value
TableNo Table Microsoft.Finance.GeneralLedger.Reversal."Reversal Entry"

Methods

SetPrint

procedure SetPrint(NewPrintRegister: Boolean)

Parameters

Name Type Description
NewPrintRegister Boolean

SetHideDialog

procedure SetHideDialog(NewHideDialog: Boolean)

Parameters

Name Type Description
NewHideDialog Boolean

Events

OnBeforeGLRegPostingReportPrint

[IntegrationEvent(False,False)]
local procedure OnBeforeGLRegPostingReportPrint(var ReportID: Integer, ReqWindow: Boolean, SystemPrinter: Boolean, var GLRegister: Record "G/L Register", var Handled: Boolean)

Parameters

Name Type Description
ReportID Integer
ReqWindow Boolean
SystemPrinter Boolean
GLRegister Table Microsoft.Finance.GeneralLedger.Ledger."G/L Register"
Handled Boolean

OnBeforeOnRun

[IntegrationEvent(True,False)]
local procedure OnBeforeOnRun(var ReversalEntry: Record "Reversal Entry")

Parameters

Name Type Description
ReversalEntry Table Microsoft.Finance.GeneralLedger.Reversal."Reversal Entry"

OnRunOnBeforeDeleteAll

[IntegrationEvent(False,False)]
local procedure OnRunOnBeforeDeleteAll(var ReversalEntry: Record "Reversal Entry", Number: Integer)

Parameters

Name Type Description
ReversalEntry Table Microsoft.Finance.GeneralLedger.Reversal."Reversal Entry"
Number Integer

OnRunOnAfterConfirm

[IntegrationEvent(False,False)]
local procedure OnRunOnAfterConfirm(var ReversalEntry: Record "Reversal Entry", var Handled: Boolean, PrintRegister: Boolean, HideDialog: Boolean)

Parameters

Name Type Description
ReversalEntry Table Microsoft.Finance.GeneralLedger.Reversal."Reversal Entry"
Handled Boolean
PrintRegister Boolean
HideDialog Boolean

OnRunOnAfterCreateTxt

[IntegrationEvent(False,False)]
local procedure OnRunOnAfterCreateTxt(PrintRegister: Boolean, var Txt: Text[1024], WarningText: Text[250])

Parameters

Name Type Description
PrintRegister Boolean
Txt Text[1024]
WarningText Text[250]

OnRunOnBeforeCheckEntries

[IntegrationEvent(False,False)]
local procedure OnRunOnBeforeCheckEntries(var ReversalEntry: Record "Reversal Entry")

Parameters

Name Type Description
ReversalEntry Table Microsoft.Finance.GeneralLedger.Reversal."Reversal Entry"

See also