Share via


Server/Client Location of Methods

Applies To: Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012

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

Announcements: New book: "Inside Microsoft Dynamics AX 2012 R3" now available. Get your copy at the MS Press Store.