Codeunit 18004194 EOS085 Event Sub.
Codeunit 18004194 EOS085 Event Sub.
Methods
CalcRtngCostPerUnit
Obsolete
Pending: Replaced by standard procedure CalcRoutingCostPerUnit() (23.0)procedure CalcRtngCostPerUnit("Type": Option "Work Center","Machine Center"," "; No: Code[20]; var DirUnitCost: Decimal; var IndirCostPct: Decimal; var OvhdRate: Decimal; var UnitCost: Decimal; var UnitCostCalculation: Option "Time","Unit"; Item: Record Item; StandardTaskCode: Code[10])
Parameters / Return Value
- Type - Option- "Work Center"(0) ,- "Machine Center"(1) ,- " "(2)
- No - Code[20]
- DirUnitCost - Decimal
- IndirCostPct - Decimal
- OvhdRate - Decimal
- UnitCost - Decimal
- UnitCostCalculation - Option- "Time"(0) ,- "Unit"(1)
- Item - Record "Item"
- StandardTaskCode - Code[10]
CalcRoutingCostPerUnit
Obsolete
Pending: Replaced by standard procedure CalcRoutingCostPerUnit() (23.0)procedure CalcRoutingCostPerUnit("Type": Option "Work Center","Machine Center"," "; No: Code[20]; var DirUnitCost: Decimal; var IndirCostPct: Decimal; var OvhdRate: Decimal; var UnitCost: Decimal; var UnitCostCalculation: Enum "Unit Cost Calculation Type"; Item: Record Item; StandardTaskCode: Code[10])
Parameters / Return Value
- Type - Option- "Work Center"(0) ,- "Machine Center"(1) ,- " "(2)
- No - Code[20]
- DirUnitCost - Decimal
- IndirCostPct - Decimal
- OvhdRate - Decimal
- UnitCost - Decimal
- UnitCostCalculation - Enum "Unit Cost Calculation Type"
- Item - Record "Item"
- StandardTaskCode - Code[10]
CalcRoutingCostPerUnit
procedure CalcRoutingCostPerUnit("Type": Option "Work Center","Machine Center"," "; No: Code[20]; var DirUnitCost: Decimal; var IndirCostPct: Decimal; var OvhdRate: Decimal; var UnitCost: Decimal; var UnitCostCalculation: Enum "Unit Cost Calculation Type"; Item: Record Item; StandardTaskCode: Code[10]; StdCostWkshName: Text[50])
Parameters / Return Value
- Type - Option- "Work Center"(0) ,- "Machine Center"(1) ,- " "(2)
- No - Code[20]
- DirUnitCost - Decimal
- IndirCostPct - Decimal
- OvhdRate - Decimal
- UnitCost - Decimal
- UnitCostCalculation - Enum "Unit Cost Calculation Type"
- Item - Record "Item"
- StandardTaskCode - Code[10]
- StdCostWkshName - Text[50]
IncrCost
procedure IncrCost(var Cost: Decimal; UnitCost: Decimal; Qty: Decimal)
Parameters / Return Value
- Cost - Decimal
- UnitCost - Decimal
- Qty - Decimal
EX053OnReadRoutingPersonnel
procedure EX053OnReadRoutingPersonnel(RoutingPersonnel: Record "Routing Personnel"; var Type: Integer; var SetupTimePersonnel: Decimal; var runTimePersonnel: Decimal; var UnitCostPersonnel: Decimal; var ConcurrentCapacities: decimal)
Parameters / Return Value
- RoutingPersonnel - Record "Routing Personnel"
- Type - Integer
- SetupTimePersonnel - Decimal
- runTimePersonnel - Decimal
- UnitCostPersonnel - Decimal
- ConcurrentCapacities - decimal
EX053OnReadWorkCenterType
procedure EX053OnReadWorkCenterType(WorkCenter: Record "Work Center"; var WorkCenterType: Integer)
Parameters / Return Value
- WorkCenter - Record "Work Center"
- WorkCenterType - Integer
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.