Codeunit "Service Line-Planning"

ID 99000853
Namespace: Microsoft.Service.Document

Properties

Name Value
Permissions tabledata "Service Header" = r

Events

OnBeforeGetUnplannedServLine

[IntegrationEvent(False,False)]
local procedure OnBeforeGetUnplannedServLine(var UnplannedDemand: Record "Unplanned Demand", var ServiceLine: Record "Service Line")

Parameters

Name Type Description
UnplannedDemand Table Microsoft.Inventory.Planning."Unplanned Demand"
ServiceLine Table Microsoft.Service.Document."Service Line"

OnGetUnplannedServLineOnAfterInsertUnplannedDemand

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

Parameters

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

OnInsertServiceLineOnBeforeInsert

[IntegrationEvent(False,False)]
local procedure OnInsertServiceLineOnBeforeInsert(var UnplannedDemand: Record "Unplanned Demand", ServiceLine: Record "Service Line")

Parameters

Name Type Description
UnplannedDemand Table Microsoft.Inventory.Planning."Unplanned Demand"
ServiceLine Table Microsoft.Service.Document."Service Line"

See also