Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Calculates the processing time using a batch formula.
Syntax
public Hours calcWrkCtrProcessTime(
BOMCalcData _calc,
RouteMap _primaryRoute,
RouteOprMap _primaryOpr,
[WrkCtrId _wrkCtrId])
Run On
Called
Parameters
- _calc
Type: BOMCalcData Class
A BOMCalcData class holding basic calculation information.
- _primaryRoute
Type: RouteMap Map
A RouteMap map for the primary route.
- _primaryOpr
Type: RouteOprMap Map
A RouteOprMap map for the primary operation.
- _wrkCtrId
Type: WrkCtrId Extended Data Type
A WrkCtrId value that identifies the resource to use in the calculation.
Return Value
Type: Hours Extended Data Type
The duration in hours for the process job.
Exceptions
Exception | Condition |
---|---|
Error | The primary operation is not specified. |