RunBase.new Method [AX 2012]

Initializes a new instance of the RunBase class.

Syntax

public void new()

Run On

Called

Remarks

Normally this method never takes any parameters, because the class is constructed using dictClass.makeObject().

When overriding this method, remember always to call super().

See Also

RunBase Class

RunBase.initParmDefault Method