DictClass.RunMode Method [AX 2012]

Specifies where a class is executed.

public ClassRunMode RunMode()

Run On

Called

Return Value

Type: ClassRunMode Enumeration
A ClassRunMode system enumeration value that indicates where a class is executed.

The following are the possible return values:

  • The Called value.

  • The Client value.

  • The ClientorServer value.

  • The Server value.

Community Additions

ADD
Show: