Invoke Resource methods
Invoke the selected Resource method with the given arguments from the form.
Form to configure has the following fields:
-
Resource class - Combo box with all clarive Resources.
-
Resource method - Method from the Resource to invoke.
-
MID - Resource mid.
-
Arguments - Arguments to pass to the Resource method. They are:
- Named
- Key - Parameter name to be passed to Resource method.
- Value - Key value to be passed to Resource method.
- Positional
- Name - Variable name.
- Value - Variable value to be passed to Resource method.