Share via


Table "Planning Routing Line"

ID 99000830
Namespace: Microsoft.Manufacturing.Routing

Properties

Name Value
Caption Planning Routing Line
DrillDownPageID Page Microsoft.Manufacturing.Routing."Planning Routing"
LookupPageID Page Microsoft.Manufacturing.Routing."Planning Routing"
Permissions TableData "Prod. Order Capacity Need" = rmd
DataClassification CustomerContent

Fields

Name Type Description
"Worksheet Template Name" Code[10]
"Worksheet Batch Name" Code[10]
"Worksheet Line No." Integer
"Operation No." Code[10]
"Next Operation No." Code[30]
"Previous Operation No." Code[30]
Type Enum Microsoft.Manufacturing.Capacity."Capacity Type"
"No." Code[20]
"Work Center No." Code[20]
"Work Center Group Code" Code[10]
Description Text[100]
"Setup Time" Decimal
"Run Time" Decimal
"Wait Time" Decimal
"Move Time" Decimal
"Fixed Scrap Quantity" Decimal
"Lot Size" Decimal
"Scrap Factor %" Decimal
"Setup Time Unit of Meas. Code" Code[10]
"Run Time Unit of Meas. Code" Code[10]
"Wait Time Unit of Meas. Code" Code[10]
"Move Time Unit of Meas. Code" Code[10]
"Minimum Process Time" Decimal
"Maximum Process Time" Decimal
"Concurrent Capacities" Decimal
"Send-Ahead Quantity" Decimal
"Routing Link Code" Code[10]
"Standard Task Code" Code[10]
"Unit Cost per" Decimal
Recalculate Boolean
"Sequence No.(Forward)" Integer
"Sequence No.(Backward)" Integer
"Fixed Scrap Qty. (Accum.)" Decimal
"Scrap Factor % (Accumulated)" Decimal
"Sequence No. (Actual)" Integer
"Direct Unit Cost" Decimal
"Indirect Cost %" Decimal
"Overhead Rate" Decimal
"Output Quantity" Decimal
"Starting Time" Time
"Starting Date" Date
"Ending Time" Time
"Ending Date" Date
"Unit Cost Calculation" Enum Microsoft.Foundation.Enums."Unit Cost Calculation Type"
"Input Quantity" Decimal
"Critical Path" Boolean
"Starting Date-Time" DateTime
"Ending Date-Time" DateTime
"Expected Operation Cost Amt." Decimal
"Expected Capacity Ovhd. Cost" Decimal
"Expected Capacity Need" Decimal
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

Caption

procedure Caption(): Text

Returns

Type Description
Text

SetRecalcStatus

procedure SetRecalcStatus()

RunTimePer

procedure RunTimePer(): Decimal

Returns

Type Description
Decimal

CalcStartingEndingDates

procedure CalcStartingEndingDates()

TransferFromProdOrderRouting

procedure TransferFromProdOrderRouting(var ProdOrderRoutingLine: Record "Prod. Order Routing Line")

Parameters

Name Type Description
ProdOrderRoutingLine Table Microsoft.Manufacturing.Document."Prod. Order Routing Line"

UpdateDatetime

procedure UpdateDatetime()

SetNextOperations

procedure SetNextOperations()

Events

OnAfterWorkCenterTransferFields

[IntegrationEvent(False,False)]
local procedure OnAfterWorkCenterTransferFields(var PlanningRoutingLine: Record "Planning Routing Line", var WorkCenter: Record "Work Center")

Parameters

Name Type Description
PlanningRoutingLine Table Microsoft.Manufacturing.Routing."Planning Routing Line"
WorkCenter Table Microsoft.Manufacturing.WorkCenter."Work Center"

OnAfterMachineCtrTransferFields

[IntegrationEvent(False,False)]
local procedure OnAfterMachineCtrTransferFields(var PlanningRoutingLine: Record "Planning Routing Line", var WorkCenter: Record "Work Center", var MachineCenter: Record "Machine Center")

Parameters

Name Type Description
PlanningRoutingLine Table Microsoft.Manufacturing.Routing."Planning Routing Line"
WorkCenter Table Microsoft.Manufacturing.WorkCenter."Work Center"
MachineCenter Table Microsoft.Manufacturing.MachineCenter."Machine Center"

OnAfterTransferFromProdOrderRouting

[IntegrationEvent(False,False)]
local procedure OnAfterTransferFromProdOrderRouting(var PlanningRoutingLine: Record "Planning Routing Line", var ProdOrderRtngLine: Record "Prod. Order Routing Line")

Parameters

Name Type Description
PlanningRoutingLine Table Microsoft.Manufacturing.Routing."Planning Routing Line"
ProdOrderRtngLine Table Microsoft.Manufacturing.Document."Prod. Order Routing Line"

OnAfterTransferFromRoutingLine

[IntegrationEvent(False,False)]
local procedure OnAfterTransferFromRoutingLine(var PlanningRoutingLine: Record "Planning Routing Line", var RoutingLine: Record "Routing Line")

Parameters

Name Type Description
PlanningRoutingLine Table Microsoft.Manufacturing.Routing."Planning Routing Line"
RoutingLine Table Microsoft.Manufacturing.Routing."Routing Line"

OnAfterTransferFromReqLine

[IntegrationEvent(False,False)]
local procedure OnAfterTransferFromReqLine(var PlanningRoutingLine: Record "Planning Routing Line", var RequisitionLine: Record "Requisition Line")

Parameters

Name Type Description
PlanningRoutingLine Table Microsoft.Manufacturing.Routing."Planning Routing Line"
RequisitionLine Table Microsoft.Inventory.Requisition."Requisition Line"

OnAfterUpdateDatetime

[IntegrationEvent(False,False)]
local procedure OnAfterUpdateDatetime(var PlanningRoutingLine: Record "Planning Routing Line", xPlanningRoutingLine: Record "Planning Routing Line", FieldNo: Integer)

Parameters

Name Type Description
PlanningRoutingLine Table Microsoft.Manufacturing.Routing."Planning Routing Line"
xPlanningRoutingLine Table Microsoft.Manufacturing.Routing."Planning Routing Line"
FieldNo Integer

OnBeforeCalcStartingEndingDates

[IntegrationEvent(False,False)]
local procedure OnBeforeCalcStartingEndingDates(var PlanningRoutingLine: Record "Planning Routing Line", var IsHandled: Boolean)

Parameters

Name Type Description
PlanningRoutingLine Table Microsoft.Manufacturing.Routing."Planning Routing Line"
IsHandled Boolean

OnMachineCtrTransferFieldsOnAfterWorkCenterTransferFields

[IntegrationEvent(False,False)]
local procedure OnMachineCtrTransferFieldsOnAfterWorkCenterTransferFields(var PlanningRoutingLine: Record "Planning Routing Line", xPlanningRoutingLine: Record "Planning Routing Line", WorkCenter: Record "Work Center", MachineCenter: Record "Machine Center", var IsHandled: Boolean)

Parameters

Name Type Description
PlanningRoutingLine Table Microsoft.Manufacturing.Routing."Planning Routing Line"
xPlanningRoutingLine Table Microsoft.Manufacturing.Routing."Planning Routing Line"
WorkCenter Table Microsoft.Manufacturing.WorkCenter."Work Center"
MachineCenter Table Microsoft.Manufacturing.MachineCenter."Machine Center"
IsHandled Boolean

OnBeforeWorkCenterTransferFields

[IntegrationEvent(False,False)]
local procedure OnBeforeWorkCenterTransferFields(var PlanningRoutingLine: Record "Planning Routing Line", xPlanningRoutingLine: Record "Planning Routing Line", WorkCenter: Record "Work Center", var IsHandled: Boolean)

Parameters

Name Type Description
PlanningRoutingLine Table Microsoft.Manufacturing.Routing."Planning Routing Line"
xPlanningRoutingLine Table Microsoft.Manufacturing.Routing."Planning Routing Line"
WorkCenter Table Microsoft.Manufacturing.WorkCenter."Work Center"
IsHandled Boolean

See also