TableExtension "Asm. Item Journal Line"

ID 907
Namespace: Microsoft.Inventory.Journal

Methods

CreateAssemblyDim

procedure CreateAssemblyDim()

IsATOCorrection

Determines whether an item journal line represents a correction for an assemble-to-order (ATO) sale.

procedure IsATOCorrection(): Boolean

Returns

Type Description
Boolean

True if theline represents a correction for an assemble-to-order sale, otherwise false.

IsAssemblyResourceConsumpLine

Determines whether an item journal line represents a resource consumption line for an assembly output.

procedure IsAssemblyResourceConsumpLine(): Boolean

Returns

Type Description
Boolean

True if the line represents a resource consumption line for an assembly output, otherwise false.

IsAssemblyOutputLine

Determine whether an item journal line represents an assembly output line.

procedure IsAssemblyOutputLine(): Boolean

Returns

Type Description
Boolean

True if the linerepresents an assembly output line, otherwise false.

Events

OnAfterCreateAssemblyDim

[IntegrationEvent(False,False)]
local procedure OnAfterCreateAssemblyDim(var ItemJournalLine: Record "Item Journal Line", AssemblyHeader: Record "Assembly Header")

Parameters

Name Type Description
ItemJournalLine Table Microsoft.Inventory.Journal."Item Journal Line"
AssemblyHeader Table Microsoft.Assembly.Document."Assembly Header"

OnCreateAssemblyDimOnAfterCreateDimSetIDArr

[IntegrationEvent(False,False)]
local procedure OnCreateAssemblyDimOnAfterCreateDimSetIDArr(var ItemJournalLine: Record "Item Journal Line", var DimSetIDArr: array[10] of Integer, var i: Integer)

Parameters

Name Type Description
ItemJournalLine Table Microsoft.Inventory.Journal."Item Journal Line"
DimSetIDArr array[10] of Integer
i Integer

See also