ProdJobUpdate::newProdTable Method [AX 2012]

Initializes a new ProdJobUpdate class instance.

server public static ProdJobUpdate newProdTable(
    ProdTable _prodTable, 
    BOMCalcData _bomCalcData, 
   [boolean _deleteCapacityReservations])

Run On

Server

Parameters

_prodTable
Type: ProdTable Table
A ProdTable record that identifies the production order to process with the newly created ProdJobUpdate class instance.
_bomCalcData
Type: BOMCalcData Class
A BOMCalcData object to use during the job creation process for the job runtime calculations.
_deleteCapacityReservations
Type: boolean
A Boolean value that specifies whether to delete the capacity reservations that are associated with the production order.

Return Value

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