JmgTermJob_IPC.new Method [AX 2012]

Creates a new instance of the JmgTermJob_IPC Class.

public void new([boolean _forUpdate])

Run On

Called

Parameters

_forUpdate
Type: boolean
Denotes whether the JmgIpcActivity record should be selected for an update.

Don't create an instance of the JmgTermJob_IPC class by directly invoking the new method. Instead, use the JmgTermJob::construct or JmgTermJob::constructJobTable method to create instances of the JmgTermJob_IPC class.

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

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

Community Additions

ADD
Show: