Codeunit "Serv. Item Substitution"

ID 6474
Namespace: Microsoft.Service.Item

Methods

ItemServiceSubstGet

procedure ItemServiceSubstGet(var ServiceLine2: Record "Service Line")

Parameters

Name Type Description
ServiceLine2 Table Microsoft.Service.Document."Service Line"

Events

OnInsertInSubstServiceListOnAfterCalcQtyAvail

[IntegrationEvent(False,False)]
local procedure OnInsertInSubstServiceListOnAfterCalcQtyAvail(var Item: Record Item, ServiceLine: Record "Service Line", var TempItemSubstitution: Record "Item Substitution" temporary)

Parameters

Name Type Description
Item Table Microsoft.Inventory.Item.Item
ServiceLine Table Microsoft.Service.Document."Service Line"
TempItemSubstitution Table Microsoft.Inventory.Item.Substitution."Item Substitution"

OnInsertInSubstServiceListOnBeforeCalcQtyAvail

[IntegrationEvent(False,False)]
local procedure OnInsertInSubstServiceListOnBeforeCalcQtyAvail(var Item: Record Item, ServiceLine: Record "Service Line", var TempItemSubstitution: Record "Item Substitution" temporary)

Parameters

Name Type Description
Item Table Microsoft.Inventory.Item.Item
ServiceLine Table Microsoft.Service.Document."Service Line"
TempItemSubstitution Table Microsoft.Inventory.Item.Substitution."Item Substitution"

See also