Codeunit "Item Jnl.-B.Post"

ID 243
Namespace: Microsoft.Inventory.Posting

Properties

Name Value
TableNo Table Microsoft.Inventory.Journal."Item Journal Batch"

Methods

JournalWithPostingErrors

procedure JournalWithPostingErrors(): Boolean

Returns

Type Description
Boolean

Events

OnAfterCode

[IntegrationEvent(False,False)]
local procedure OnAfterCode(JnlWithErrors: Boolean)

Parameters

Name Type Description
JnlWithErrors Boolean

OnCodeOnBeforeConfirm

[IntegrationEvent(False,False)]
local procedure OnCodeOnBeforeConfirm(var IsHandled: Boolean)

Parameters

Name Type Description
IsHandled Boolean

OnCodeOnBeforeMessage

[IntegrationEvent(False,False)]
local procedure OnCodeOnBeforeMessage(var IsHandled: Boolean)

Parameters

Name Type Description
IsHandled Boolean

See also