Codeunit "Item Jnl.-Post"

ID 241
Namespace: Microsoft.Inventory.Posting

Properties

Name Value
EventSubscriberInstance Manual
TableNo Table Microsoft.Inventory.Journal."Item Journal Line"

Methods

SetPreviewMode

procedure SetPreviewMode(NewPreviewMode: Boolean)

Parameters

Name Type Description
NewPreviewMode Boolean

Preview

procedure Preview(var ItemJournalLine: Record "Item Journal Line")

Parameters

Name Type Description
ItemJournalLine Table Microsoft.Inventory.Journal."Item Journal Line"

Events

OnBeforeCode

[IntegrationEvent(False,False)]
local procedure OnBeforeCode(var ItemJournalLine: Record "Item Journal Line", var HideDialog: Boolean, var SuppressCommit: Boolean, var IsHandled: Boolean)

Parameters

Name Type Description
ItemJournalLine Table Microsoft.Inventory.Journal."Item Journal Line"
HideDialog Boolean
SuppressCommit Boolean
IsHandled Boolean

OnCodeOnAfterItemJnlPostBatchRun

[IntegrationEvent(False,False)]
local procedure OnCodeOnAfterItemJnlPostBatchRun(var ItemJournalLine: Record "Item Journal Line", var HideDialog: Boolean, SuppressCommit: Boolean)

Parameters

Name Type Description
ItemJournalLine Table Microsoft.Inventory.Journal."Item Journal Line"
HideDialog Boolean
SuppressCommit Boolean

OnCodeOnBeforeItemJnlPostBatchRun

[IntegrationEvent(False,False)]
local procedure OnCodeOnBeforeItemJnlPostBatchRun(var ItemJournalLine: Record "Item Journal Line")

Parameters

Name Type Description
ItemJournalLine Table Microsoft.Inventory.Journal."Item Journal Line"

See also