Appboard/2.4/builder/widgets/actions/bundled actions

The "Bundled Actions" Action executes multiple Actions based on a single request from a User.


Because Actions are tied directly to the type of data from the event, Bundled Actions are also tied to a specific type of data. When a Bundle is created, it is specific to a data type. When you add another "Bundle Action" instance, it will only be available for Actions using the same type of data.


How To Add Actions To A Widget

For instructions on adding an Action to a Widget, see the general instructions in How To Create an Action in a Widget.

How To Configure a Bundled Actions Action

Perform the following steps to configure a "Bundled Actions" Action:


  1. Follow the instructions above to create the basic "Bundled Actions" Action.
  2. Name: Enter a name for this Action. For convenience, a default name is provided. The Name is not used anywhere else in AppBoard, and only displayed on this configuration page.
  3. On selection of:
    1. Select "any" or "specific" for the type of data selection by the User that will trigger the Action. When selecting "specific", perform the following additional steps:
      1. Click the Filter button. The Filter Editor is displayed.
      2. Click Add Rule to create one or more rules that indicate what data should trigger the Action, when selected.
      3. Click Close to save the Filter settings.
    2. Select the Data Source name. When the Widget is run, selection of data in this Data Source will trigger the Action.
  4. Click the Add button to create a new Bundle and launch the Bundled Actions window.
  5. Under Action Bundle Name, enter the name to be displayed later for this Bundle in the AppBoard drop-down Bundle selector.
  6. Click Add Action and select an Action type to create the first Action to be provided in this Bundle.
  7. Configure the Action.
  8. Click Add Action and select an Action type to create the second option to be provided in this Bundle.
  9. Continue adding Actions until the screen contains all of the Actions to be provided in this Bundle.
  10. Click Finish to return to the Widget Actions panel.
  11. Click Close to exit.
  12. Click in the Widget and verify that AppBoard executes all of the desired Actions in the Bundle.
Template-tip.png
If the Data Collection associated with the widget is changed, the user will be presented with a confirmation dialog asking whether or not to upgrade the bundled actions. There is a possibility, however, that another widget is using the same bundle: upgrading the bundle will fix the actions for this widget but could nevertheless break the actions on the other widget. Upgrading a bundle that is shared with another widget using another entity will break it for that widget.
Template-tip.png
The Bundled Actions should have at least two Actions. Otherwise, a standard Action can be used and there would be no need to use the Bundled Actions.

Sample Use Case

Suppose you want to perform the following multiple Actions any time a User clicks a node in certain content in a Map Widget:

  1. Drill down to another Board.
  2. Filter the Data Collection to only show items associated with the clicked node on the map.
  3. Refresh a Data Collection.


Perform the steps outlined above to create an Action Bundle similar to what is presented in the following image:


Sample Configuration of Bundled Actions


You can now assign this same Bundled Action to any or all Widgets that use the same type of data as the Map Widget in the Actions configuration screen. When the User clicks in the Map Widget, the bundle of Actions will be executed. This bundle can be re-used as an Action in multiple Widgets and only needs to be configured one time.