JmgTermJob_Proj.new Method [AX 2012]

Creates a new instance of the JmgTermJob_Proj Class.

public void new([boolean _forUpdate])

Run On

Called

Parameters

_forUpdate
Type: boolean
A Boolean data specifies whether to select the source data for update; optional.

An instance of the JmgTermJob_Proj class should be instantiated by using this method. Instead, create instances of the JmgTermReg subclasses by using the JmgTermJob::construct Method or the JmgTermJob::constructJobTable Method.

The following code example creates an instance of the JmgTermReg class that has the job ID 100000057.

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

Community Additions

ADD
Show: