Share via


ReqJobUpdate.createJobs Method [AX 2012]

Creates the jobs for the planned production order.

Syntax

public void createJobs(
    ReqRoute _reqRoute, 
    Route _route, 
    RouteOpr _routeOpr, 
    RouteGroup _routeGroup, 
    WrkCtrActivityRequirementSet _activityRequirementSet)

Run On

Server

Parameters

  • _reqRoute
    Type: ReqRoute Table
    The planned production order operation data.
  • _route
    Type: Route Table
    A Route record with the base data operation information.
  • _routeOpr
    Type: RouteOpr Table
    A RouteOpr record with the base data operation parameters.
  • _routeGroup
    Type: RouteGroup Table
    A RouteGroup record with the route group information.

See Also

Reference

ReqJobUpdate Class