Codeunit "Job Planning Invt. Profile"

ID 1035
Namespace: Microsoft.Projects.Project.Planning

Methods

TransferInventoryProfileFromJobPlanningLine

procedure TransferInventoryProfileFromJobPlanningLine(var InventoryProfile: Record "Inventory Profile", var JobPlanningLine: Record "Job Planning Line", var TrackingReservationEntry: Record "Reservation Entry")

Parameters

Name Type Description
InventoryProfile Table Microsoft.Inventory.Tracking."Inventory Profile"
JobPlanningLine Table Microsoft.Projects.Project.Planning."Job Planning Line"
TrackingReservationEntry Table Microsoft.Inventory.Tracking."Reservation Entry"

Events

OnAfterTransferInventoryProfileFromJobPlanningLine

[IntegrationEvent(False,False)]
local procedure OnAfterTransferInventoryProfileFromJobPlanningLine(var InventoryProfile: Record "Inventory Profile", var JobPlanningLine: Record "Job Planning Line")

Parameters

Name Type Description
InventoryProfile Table Microsoft.Inventory.Tracking."Inventory Profile"
JobPlanningLine Table Microsoft.Projects.Project.Planning."Job Planning Line"

OnTransJobPlanningLineToProfileOnBeforeProcessLine

[IntegrationEvent(False,False)]
local procedure OnTransJobPlanningLineToProfileOnBeforeProcessLine(JobPlanningLine: Record "Job Planning Line", var ShouldProcess: Boolean)

Parameters

Name Type Description
JobPlanningLine Table Microsoft.Projects.Project.Planning."Job Planning Line"
ShouldProcess Boolean

See also