xMenuFunction.create Method [AX 2012]

Creates and returns a reference to an Microsoft Dynamics AX application object.

public ObjectRun create([xArgs args])

Run On

Called

Parameters

args
Type: xArgs Class
An xArgs class object; optional.

Return Value

Type: ObjectRun Class
A reference to an Microsoft Dynamics AX application object.

This method is used to create an application object. The object that is returned is assigned to an object variable. Note that the init function is invoked by the create function. Therefore you should not invoke it.

Community Additions

ADD
Show: