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.
Invokes a static class method.
Syntax
server protected static container invokeStaticMethod(container _params)
Run On
Server
Parameters
- _params
Type: container
A container that contains the class name, the method name, the parameters, a setSystemDateTime value, and a systemDateTime value.
Return Value
Type: container
A container that contains the result of the method call.
Remarks
This class is provided to allow an X++ to IL transition through the runAs function by using a simplified API.