Codeunit "Assembly Warehouse Mgt."

ID 5997
Namespace: Microsoft.Assembly.Document

Methods

ShowAssemblyLine

procedure ShowAssemblyLine(WhseDocNo: Code[20], WhseDocLineNo: Integer)

Parameters

Name Type Description
WhseDocNo Code[20]
WhseDocLineNo Integer

AssemblyLineVerifyChange

procedure AssemblyLineVerifyChange(var NewAssemblyLine: Record "Assembly Line", var OldAssemblyLine: Record "Assembly Line")

Parameters

Name Type Description
NewAssemblyLine Table Microsoft.Assembly.Document."Assembly Line"
OldAssemblyLine Table Microsoft.Assembly.Document."Assembly Line"

AssemblyLineDelete

procedure AssemblyLineDelete(var AssemblyLine: Record "Assembly Line")

Parameters

Name Type Description
AssemblyLine Table Microsoft.Assembly.Document."Assembly Line"

Events

OnBeforeShowAssemblyLines

[IntegrationEvent(False,False)]
local procedure OnBeforeShowAssemblyLines(var AssemblyLine: Record "Assembly Line", SourceSubType: Integer, SourceNo: Code[20], SourceLineNo: Integer, var IsHandled: Boolean)

Parameters

Name Type Description
AssemblyLine Table Microsoft.Assembly.Document."Assembly Line"
SourceSubType Integer
SourceNo Code[20]
SourceLineNo Integer
IsHandled Boolean

OnAfterAssemblyLineVerifyChange

[IntegrationEvent(False,False)]
local procedure OnAfterAssemblyLineVerifyChange(var NewRecordRef: RecordRef, var OldRecordRef: RecordRef)

Parameters

Name Type Description
NewRecordRef RecordRef
OldRecordRef RecordRef

OnAfterAssemblyLineDelete

[IntegrationEvent(False,False)]
local procedure OnAfterAssemblyLineDelete(var AssemblyLine: Record "Assembly Line")

Parameters

Name Type Description
AssemblyLine Table Microsoft.Assembly.Document."Assembly Line"

OnBeforeCheckQtyRemainingToBePickedForAssemblyConsumption

[IntegrationEvent(False,False)]
local procedure OnBeforeCheckQtyRemainingToBePickedForAssemblyConsumption(var NewItemJnlLine: Record "Item Journal Line", var OldItemJnlLine: Record "Item Journal Line", var IsHandled: Boolean, var QtyRemainingToBePicked: Decimal)

Parameters

Name Type Description
NewItemJnlLine Table Microsoft.Inventory.Journal."Item Journal Line"
OldItemJnlLine Table Microsoft.Inventory.Journal."Item Journal Line"
IsHandled Boolean
QtyRemainingToBePicked Decimal

See also