RunBase::makeObject Method [AX 2012]

Instantiates a RunBase class that has the specified class ID.

client server public static Object makeObject(ClassId classId)

Run On

ClientOrServer

Parameters

classId
Type: ClassId Extended Data Type
The class ID of the RunBase class to instantiate.

Return Value

Type: Object Class
A RunBase class that has the specified class ID.

When using this method, the parameter profile of the new method must no contain any non-default parameters.

Show: