ProdJobUpdate::newProdIdOprNum Method [AX 2012]

Initializes a new instance of the ProdJobUpdate class.

server public static ProdJobUpdate newProdIdOprNum(
    ProdId _prodId, 
    OprNum _oprNum, 
   [OprNum _oprNumOrig, 
    boolean _deleteCapacityReservations])

Run On

Server

Parameters

_prodId
Type: ProdId Extended Data Type
The production order ID to be process by the newly created ProdJobUpdate class instance.
_oprNum
Type: OprNum Extended Data Type
An operation number to used to filter the jobs to create; optional.
_oprNumOrig
Type: OprNum Extended Data Type
The original operation number.
_deleteCapacityReservations
Type: boolean
A Boolean value that specifies whether to delete the capacity reservations that is associated with the production order.

Return Value

Type: ProdJobUpdate Class
A new instance of the ProdJobUpdate class.
Show: