Appboard/2.5/builder/widgets/actions/switch to a board: Difference between revisions
imported>Jason.nicholls No edit summary |
imported>Jason.nicholls |
||
(7 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
''Switch to a Board'' is the main navigation mechanism in AppBoard other than the Stacks available to the user. Typically this action is used in conjunction with other actions to either drill-down in context to show another dashboard with additional information, or cross-navigate to another board in context. | ''Switch to a Board'' is the main navigation mechanism in AppBoard other than the Stacks available to the user. Typically this action is used in conjunction with other actions to either drill-down in context to show another dashboard with additional information, or cross-navigate to another board in context. | ||
For example, a top level dashboard may show a summary of application health. By clicking a particular application this can trigger a ''Switch to a Board'' action, along with some other filtering actions, to present another application specific dashboard showing more details about the selected application. | For example, a top level dashboard may show a summary of application health. By clicking a particular application this can trigger a ''Switch to a Board'' action, along with some other SSF or CSF filtering actions, to present another application specific dashboard showing more details about the selected application. | ||
{{Note|The ''Switch to a Board'' action will only work if the target board is part of a stack provisioned to the role of the logged in user.}} | {{Note|The ''Switch to a Board'' action will only work if the target board is part of a stack provisioned to the role of the logged in user.}} | ||
Line 11: | Line 12: | ||
== Configuration == | == Configuration == | ||
[[File:appboard-2.4-switch-to-a-board | [[File:appboard-2.4-switch-to-a-board.png|frame|center|example Switch to a Board configuration]] | ||
Refer to [[appboard/2.5/builder/widgets/actions#Managing_Actions|Managing Actions]] for general information on adding / editing / deleting actions. | |||
The following settings are available: | |||
* '''Board''': a drop-down selection that selects the target board. If the target board doesn't exist yet you can use the ''Add Board'' button for convenience to create a new child-board. | |||
* '''Use Context Label Field''': Enabling this, and selecting a field from the data collection, will add the value of the field based on the row selected by the user to the child-board title in the board breadcrumb trail. So for example: | |||
:* no context label: <tt>Child Board</tt> | |||
:* with context label: <tt>Child Board: ''Field Value''</tt> |
Latest revision as of 17:53, 10 September 2014
Overview
Switch to a Board is the main navigation mechanism in AppBoard other than the Stacks available to the user. Typically this action is used in conjunction with other actions to either drill-down in context to show another dashboard with additional information, or cross-navigate to another board in context.
For example, a top level dashboard may show a summary of application health. By clicking a particular application this can trigger a Switch to a Board action, along with some other SSF or CSF filtering actions, to present another application specific dashboard showing more details about the selected application.

Configuration
Refer to Managing Actions for general information on adding / editing / deleting actions.
The following settings are available:
- Board: a drop-down selection that selects the target board. If the target board doesn't exist yet you can use the Add Board button for convenience to create a new child-board.
- Use Context Label Field: Enabling this, and selecting a field from the data collection, will add the value of the field based on the row selected by the user to the child-board title in the board breadcrumb trail. So for example:
- no context label: Child Board
- with context label: Child Board: Field Value