Share via


JmgTermJob_Proj.new Method [AX 2012]

Creates a new instance of the JmgTermJob_Proj Class.

Syntax

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.

Remarks

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.

Examples

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

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

See Also

Reference

JmgTermJob_Proj Class