RunBase::makeObject Method [AX 2012]

Instantiates a RunBase class that has the specified class ID.

Syntax

client server public static Object makeObject(ClassId classId)

Run On

ClientOrServer

Parameters

Return Value

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

Remarks

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

See Also

RunBase Class

RunBase::makeObjectOnClient Method

RunBase::makeObjectOnServer Method