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

ID 244
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

OnAfterPostJournalBatch

[IntegrationEvent(False,False)]
local procedure OnAfterPostJournalBatch(var ItemJournalBatch: Record "Item Journal Batch")

Parameters

Name Type Description
ItemJournalBatch Table Microsoft.Inventory.Journal."Item Journal Batch"

OnBeforePostJournalBatch

[IntegrationEvent(False,False)]
local procedure OnBeforePostJournalBatch(var ItemJournalBatch: Record "Item Journal Batch", var HideDialog: Boolean)

Parameters

Name Type Description
ItemJournalBatch Table Microsoft.Inventory.Journal."Item Journal Batch"
HideDialog Boolean

OnBeforePrintItemRegister

[IntegrationEvent(False,False)]
local procedure OnBeforePrintItemRegister(ItemRegister: Record "Item Register", ItemJnlTemplate: Record "Item Journal Template", var IsHandled: Boolean)

Parameters

Name Type Description
ItemRegister Table Microsoft.Inventory.Ledger."Item Register"
ItemJnlTemplate Table Microsoft.Inventory.Journal."Item Journal Template"
IsHandled Boolean

OnBeforePrintWhseRegister

[IntegrationEvent(False,False)]
local procedure OnBeforePrintWhseRegister(WarehouseRegister: Record "Warehouse Register", ItemJnlTemplate: Record "Item Journal Template", var IsHandled: Boolean)

Parameters

Name Type Description
WarehouseRegister Table Microsoft.Warehouse.Ledger."Warehouse Register"
ItemJnlTemplate Table Microsoft.Inventory.Journal."Item Journal Template"
IsHandled Boolean

See also