JmgTermJob.new Method [AX 2012]

Initializes a new instance of the JmgTermJob class.

public void new()

Run On

Called

This class is declared abstract. Therefore, this method cannot be called. Also, the new method of the JmgTermJob subclasses should not be used. Instead use the JmgTermJob::construct Method or JmgTermJob::constructJobTable Method methods to create instances of the JmgTermReg subclasses.

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

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

Community Additions

ADD
Show: