ReqJobUpdate.createOneProdRouteJob Method [AX 2012]
Creates a job of a specified type for a specific route operation.
Syntax
protected void createOneProdRouteJob(
ProdJobType _prodJobType,
ReqRoute _reqRoute,
Route _route,
RouteOpr _routeOpr,
RouteGroup _routeGroup,
WrkCtrActivityRequirementSet _activityRequirementSet)
Run On
Server
Parameters
- _prodJobType
Type: ProdJobType Class
A ProdJobType object that contains the job type information.
- _reqRoute
Type: ReqRoute Table
A ReqRoute record that contains the planned order route operation information.
- _route
Type: Route Table
A Route record that contains information about the route base data to use.
- _routeOpr
Type: RouteOpr Table
A RouteOpr record that contains the route operation base data.
- _routeGroup
Type: RouteGroup Table
A RouteGroup record that contains the route group settings.
- _activityRequirementSet
Type: WrkCtrActivityRequirementSet Table