Newer Version Available
call(action, args)
This method calls one of the available FSCFinancialAccountService actions and passes
arguments to that action.
API Version
60.0
Signature
public Object call(String action, Map<String, Object> args)
Parameters
- action
- Type: String
- The action to call. The value must be one of the following action names:
- isFinancialAccountMgmtPrefEnabled — Returns true if the FinancialAccountMgmt permission is enabled in the org.
- args
- Type: Map<String, Object>
- The first three keys must be input, output, and options. The required keys under input depend on the method the action invokes. None of the actions require input, so for all actions, provide empty input, output, and options keys.
Return Value
Type: Map<String, Object>
The return values of the corresponding action. See the parameter descriptions.
Usage
To use this method in an Integration Procedure, specify the class in the Remote Class property, the action in the Remote Method property, and the arguments in the Additional Input property.