RPayModuleControl.callMethod Method [AX 2012]
Calls method for specified object.
Syntax
public str callMethod(
Object _object,
str _prefix,
[str _defaultValue])
Run On
Server
Parameters
- _object
Type: Object Class
The instance of object.
- _prefix
Type: str
The method prefix.
- _defaultValue
Type: str
Default value.
Return Value
Type: str
The result of called method.