Insert excerpt _Banners _Banners name actionflow nopanel true
...
Field | Description | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Name | Enter the name for the action node. | |||||||||||||||||||||
Show in the Explorer | An application can have many actionflows, and an individual actionflow can have many actions. This can lead to many items being listed in the repository. Use this option to omit the action from the repository.
Name of the nodes _driving_input_connection_point | _driving_input_connection_point | nopanel | true | |
...
Attributes
Each open url node has 3 input connection point attributes which can be mapped to.
Attribute | TypeMandatory/Optional | Description | |
---|---|---|---|
URL | StringMandatory | The url of the resource to be opened. | |
windowNamewindowName (optional) | String | Optional | Optional. Name of the window, <iframe> or tab )into which to load the specified resource. If no name is provided a new window will always be opened. windowFeaturesThis name should not contain whitespace. |
windowFeatures (optional) | StringOptional | Optional. Comma-separated list of window features in the form name=value |
Once a screen has been attached to the open dashboard node an input connection point for each form on the screen is created with a role of component. Each input connection point automatically has any data fields on the form (dynamic text or form fields) added as attributes. These attributes can be mapped to and supplied with data.
Each input connection point has the following properties:
- Primary
Simply opens the dashboard regardless of data. Has optional mapping fields to set screen properties. - Component
Opens the dashboard and can provide forms with data
- update
opens form fields with the latest data - insert
opens the screen with form fields empty - change
opens form fields with data
A list of attributes available on the input connection point. These directly link to the fields available on the form.
Component connection points display attributes available on the associated form.
Primary connection points display the screen properties as attributes, or for boolean features, just name. These features include options such as the window's default size and position, whether or not to open a minimal popup window, and so forth. See Window Features for more information. |
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
...