Codeunit "Service Line Invt. Profile"

ID 99000863
Namespace: Microsoft.Service.Document

Methods

TransferInventoryProfileFromServLine

procedure TransferInventoryProfileFromServLine(var InventoryProfile: Record "Inventory Profile", var ServiceLine: Record "Service Line", var TrackingReservationEntry: Record "Reservation Entry")

Parameters

Name Type Description
InventoryProfile Table Microsoft.Inventory.Tracking."Inventory Profile"
ServiceLine Table Microsoft.Service.Document."Service Line"
TrackingReservationEntry Table Microsoft.Inventory.Tracking."Reservation Entry"

Events

OnAfterTransferInventoryProfileFromServiceLine

[IntegrationEvent(False,False)]
local procedure OnAfterTransferInventoryProfileFromServiceLine(var InventoryProfile: Record "Inventory Profile", var ServiceLine: Record "Service Line")

Parameters

Name Type Description
InventoryProfile Table Microsoft.Inventory.Tracking."Inventory Profile"
ServiceLine Table Microsoft.Service.Document."Service Line"

OnTransServLineToProfileOnBeforeProcessLine

[IntegrationEvent(False,False)]
local procedure OnTransServLineToProfileOnBeforeProcessLine(ServiceLine: Record "Service Line", var ShouldProcess: Boolean, var Item: Record Item)

Parameters

Name Type Description
ServiceLine Table Microsoft.Service.Document."Service Line"
ShouldProcess Boolean
Item Table Microsoft.Inventory.Item.Item

See also