procedure TransferInventoryProfileFromServLine(var InventoryProfile: Record "Inventory Profile", var ServiceLine: Record "Service Line", var TrackingReservationEntry: Record "Reservation Entry")
[IntegrationEvent(False,False)]
local procedure OnAfterTransferInventoryProfileFromServiceLine(var InventoryProfile: Record "Inventory Profile", var ServiceLine: Record "Service Line")
[IntegrationEvent(False,False)]
local procedure OnTransServLineToProfileOnBeforeProcessLine(ServiceLine: Record "Service Line", var ShouldProcess: Boolean, var Item: Record Item)