Newer Version Available

This content describes an older version of this product. View Latest

call(action, args)

This method calls one of the available FSCPlanService 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:
  • FinancialPlanStatus — Returns the Status picklist values of a Financial Plan.
  • FinancialPlanType — Returns the Type picklist values of a Financial Plan.
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.