Codeunit "Gen. Jnl.-B.Post+Print"

ID 234
Namespace: Microsoft.Finance.GeneralLedger.Posting

Properties

Name Value
TableNo Table Microsoft.Finance.GeneralLedger.Journal."Gen. Journal Batch"

Methods

JournalWithPostingErrors

procedure JournalWithPostingErrors(): Boolean

Returns

Type Description
Boolean

Events

OnAfterPostJournalBatch

[IntegrationEvent(False,False)]
local procedure OnAfterPostJournalBatch(var GenJournalBatch: Record "Gen. Journal Batch")

Parameters

Name Type Description
GenJournalBatch Table Microsoft.Finance.GeneralLedger.Journal."Gen. Journal Batch"

OnBeforePostJournalBatch

[IntegrationEvent(False,False)]
local procedure OnBeforePostJournalBatch(var GenJournalBatch: Record "Gen. Journal Batch", var HideDialog: Boolean)

Parameters

Name Type Description
GenJournalBatch Table Microsoft.Finance.GeneralLedger.Journal."Gen. Journal Batch"
HideDialog Boolean

See also