Projects:Multibpselector/User Manual
Introduction
The multiple business partner selector allows the user to select multiple business partners in the user interface. This selector consists of two main parts:
- the user interface widget showing the selected business partners
- the popup which allows adding business partners to the select list.
This manual describes a common flow followed by a user. This flow uses both of the main parts of the multiple business partner selector.
Use Case - Using the multiple business partner selector
When a user visits a page which uses the multiple business partner selector then he/she can see the following widget on the page:
Initially this widget will often be empty (no selected business partners). Application code can pre-fill the widget with a default set of business partners.
To select one or more business partners the user click the + button. A popup window is shown:
This popup window allows selecting one or more business partners by clicking with your mouse on a row.
A single business partner can be selected by double-clicking a row or single-clicking a row (thereby selecting it) and then clicking the ok-button.
There are two different ways to select multiple business partners:
- selecting individual business partners: while clicking on rows press the ctrl-key. Multiple business partners are selected (see screenshot above).
- select a range of business partners: click on the first row in the range, press the shift key (keep it pressed down) then scroll to the last row of the range and click that row. Now the whole range of business partners is selected.
Then click the ok button. The selected business partners are shown in the initial page. Note that the popup window is not used to edit the selected set of business partners. It is used to add business partners to the selection.
Then to remove business partners from the selected set, there are two ways:
- select an individual business partner and click the - button
- click the button showing multiple - signs, this will clear the selected set of business partners.
This concludes the description of the main use case of the business partner selector.