Codeunit "Assembly Line-Planning"

ID 99000851
Namespace: Microsoft.Assembly.Document

Properties

Name Value
Permissions TableData "Assembly Header" = r, TableData "Assembly Line" = r

Events

OnBeforeGetUnplannedAsmLine

[IntegrationEvent(False,False)]
local procedure OnBeforeGetUnplannedAsmLine(var UnplannedDemand: Record "Unplanned Demand", var AssemblyLine: Record "Assembly Line")

Parameters

Name Type Description
UnplannedDemand Table Microsoft.Inventory.Planning."Unplanned Demand"
AssemblyLine Table Microsoft.Assembly.Document."Assembly Line"

OnGetUnplannedAsmLineOnAfterInsertUnplannedDemand

[IntegrationEvent(False,False)]
local procedure OnGetUnplannedAsmLineOnAfterInsertUnplannedDemand(var UnplannedDemand: Record "Unplanned Demand")

Parameters

Name Type Description
UnplannedDemand Table Microsoft.Inventory.Planning."Unplanned Demand"

OnInsertAsmLineOnBeforeInsert

[IntegrationEvent(False,False)]
local procedure OnInsertAsmLineOnBeforeInsert(var UnplannedDemand: Record "Unplanned Demand", AssemblyLine: Record "Assembly Line")

Parameters

Name Type Description
UnplannedDemand Table Microsoft.Inventory.Planning."Unplanned Demand"
AssemblyLine Table Microsoft.Assembly.Document."Assembly Line"

See also