URLNavigationDataAction Class
URLNavigationDataAction
is a subclass or the
AbstractHTTPDataAction
base class.
URLNavigationDataAction
Use the URLNavigationDataAction
class to open a
specific URL in a new browser tab. You compose the URL using tokens that are
replaced with values derived from data points that the user selects when they invoke
the data action. The data point values are passed as part of the data action context
to the external web page. For example, create a data action invoked using a
CustomerID
column that opens a customer's web page in your
Customer Relations Management application such as Oracle Sales Cloud.
+ URLNavigationDataAction(oKOModel)
+ create(sID_sName) : URLNavigationDataAction
+ upgrade(oOldDataActionJS) : Object
+ invoke(oActionContext: ActionContext, oDataActionContext:DataActionContext)
+ getGadgetInfos(oReport) : AbstractGadgetInfo[]