Newer Version Available
OpenInterface Interface
The OpenInterface provides user the capability
to provide custom logic for task permitted by Salesforce.
Namespace
OpenInterface Methods
The following are methods for OpenInterface.
invokeMethod(var1, var2, var3)
Signature
public Boolean invokeMethod(String var1, Map<String,ANY> var2, Map<String,ANY> var3)
Parameters
- var1
- Type: String
- Contains the name of the method that is supposed to be implemented from invoke method.
- var2
-
Type: Map<String,ANY>
- Contains the inputs as per the use-case.
- var3
-
Type: Map<String,ANY>
- Returns the output as per the use-case.
Return Value
Type: Boolean
true or false