Share via


SysDictTable::invokeStaticMethod Method [AX 2012]

Calls a static table method.

Syntax

server protected static container invokeStaticMethod(container _params)

Run On

Server

Parameters

  • _params
    Type: container
    A container that contains TableName values, MethodName values, parameters, SetSystemDateTime values, and SystemDateTime values.

Return Value

Type: container
The result of the method call as a container.

Remarks

This is provided to allow an X++ to IL transition through the RunAs function using a simplified API.

See Also

Reference

SysDictTable Class