JmgTermJob_Prod.new Method [AX 2012]

Creates a new instance of the JmgTermJob_Prod Class.

public void new([boolean _forUpdate])

Run On

Called

Parameters

_forUpdate
Type: boolean
Denotes whether to select the ProdRoute or ProdRouteJob for update.

The new method of the JmgTermJob_Prod class should not be used. Instead, use either the JmgTermJob::construct method or the JmgTermJob::constructJobTable method to create instances of the JmgTermReg_Prod class.

The following code example creates an instance of the JmgTermReg class, which represents the job with ID 100000057.

JmgTermJob jmgTermJob;  
 
jmgTermJob = JmgTermJob::construct('100000057');

Community Additions

ADD
Show: