Subscriber portal
Creates and returns a reference to an Microsoft Dynamics AX application object.
public ObjectRun create([xArgs args])
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.