Microsoft Dynamics AX 2009
Server/Client Location of Methods
The table below describes what the default client/server location is for different kinds of methods, and whether this default behavior can be changed.
|
|
Default behavior
|
Can be changed
|
|
Class Static Methods
|
Run in the same location as that designated by the RunOn property for the class.
|
Yes
|
|
Class Instance Methods
|
Run in the same location as the class object. The location of instances of the class is determined by the RunOn property for the class.
|
No
|
|
Table Static Methods
|
Run where they are called from (RunOn property is Called from).
|
Yes
|
|
Table Instance Methods
|
Run where they are called from (RunOn property is Called from).
The standard table methods insert, doInsert, update, doUpdate, delete, and doDelete on the Server (where the data source is). This cannot be changed.
|
Yes
|