Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.