callFunction
Invoke ORDA class functions on 4D servers using target interface, function name, and optional parameters.
Instructions
Call an ORDA class function on the 4D server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| func | Yes | Function name to call | |
| params | No | Array of parameters to pass to the function | |
| target | Yes | Target interface (dataclass name or other interface) |