Action Structure
Use the Action structure to hold information about the action attached to the scorecard.
The Action structure is used in the ActionLinks Structure.
Action Structure Fields
Fields | Description |
---|---|
String Path |
Specifies the catalog path to the BI content that is the target of the Action (only appears when ActionLink is not a "BI Content" type). |
String ActionName |
Specifies the catalog object name of the action. |
String ClassName |
Specifies the java class to be called by an EJB Action. |
String ClassPath |
Specifies the Java path containing the jar. |
String AddnClassPath |
Specifies additional class path if the jar is not in the specified path. |
ParameterDocument[] ActionParameters |
Specifies an array of ParameterDocument objects. A ParameterDocument is a JavaScript object defining a single action parameter. For more information, see ParameterDocument Structure. |
String ActionType |
Specifies the type of action (not all action types are available, for example, depending on system setup, privileges): WebServiceActionType JavaActionType OldJavaActionType URLActionType InvokeURLActionType ScriptActionType ServerScriptActionType NavToBIActionType NavToEBSActionType NavToEPMActionType WorkflowActionType NavToCRMActionType ADFContextEventActionType |
String WebServerRegistry |
Specifies the individual web service details that the action will invoke. |
String WebService |
Specifies the individual web service details that the action will invoke. |
String WebOperation |
Specifies the individual web service details that the action will invoke. |