procedure TransferInventoryProfileFromJobPlanningLine(var InventoryProfile: Record "Inventory Profile", var JobPlanningLine: Record "Job Planning Line", var TrackingReservationEntry: Record "Reservation Entry")
[IntegrationEvent(False,False)]
local procedure OnAfterTransferInventoryProfileFromJobPlanningLine(var InventoryProfile: Record "Inventory Profile", var JobPlanningLine: Record "Job Planning Line")
[IntegrationEvent(False,False)]
local procedure OnTransJobPlanningLineToProfileOnBeforeProcessLine(JobPlanningLine: Record "Job Planning Line", var ShouldProcess: Boolean)