Use a Find-Manage Wizard

Technologies > User Interface Add-Ins > Assemblies with Multiple Panes > Find-Manage Wizard

A basic Find-Manage Wizard allows the user to select records to view and/or edit using a series of tab pages. The selectTabPage command passes the restriction from the row record to the column report or edit form in the second tab:

<field controlType="button" width="50px">
<title translatable="true">Review</title>
<command type="selectTabPage" tabPageName="exWizardSelect_page2" />
</field

Panel buttons may be incorporated which allow for navigation between tabs:

<action id="previous">
<title>Back</title>
<command type="selectTabPage" tabPageName="exWizardSelect_page1" applyParentRestriction="false"/>
</action>

Create per-row Action buttons and links

Define tabbed panels

View: http://localhost:8080/archibus/schema/ab-products/solutions/assemblies/tabbed-views/wizard-select/ab-ex-wizard-select.axvw