Description:
This widget displays a drop-down list of options, which can be based on either a 'My Team' or a 'My Managers' list category.
Inputs
- ID/Name - Name of widget generated by FlowWright
- Input Size - Select between any of the display sizes
- Required - Select the checkbox for mandatory (tick mark)
- Select Multiple Items - Select the checkbox for multi-items (tick mark)
- Hide - Select the checkbox to Hide (tick mark)
- Read Only - Select the checkbox to Read-Only (tick mark)
- Use Type Ahead - Select the checkbox for the type-ahead feature (tick mark)
- Select Type - Select between My Managers / My Team
- Display Condition - Define a display condition for other widgets based on the control field value
- Tool Tip - Enter information to display on mouse hover on form render
- Styles - Enter the CSS scripts for widget styles
- Apply Classes - Select between custom classes defined
- Save - Save the input values
- Delete - Remove this form widget from the designer page
- Close - Close the input popup window
Design:

Example:
Let’s build and execute the “SelectManagersOrTeamListDef” example.
- Create a new Form definition called “SelectManagersOrTeamListDef.”
- Drag the “BootstrapGrid, Label, SelectManagersOrTeamList, and Submit” controls to the canvas and arrange them as shown below.

- Double-click the “SelectManagersOrTeamList” widget to configure the “Settings” properties. A pop-up window appears for configuration. Provide a name for the control. Select the list type (My Managers or My Team). Select the checkbox to include the current user. Select the “Required” checkbox for mandatory input. Select the “Multiple items” checkbox to select multiple items from the drop-down list. Select the “Hide” checkbox to hide this widget at runtime. Select the “Read-Only” checkbox to view the list without making a selection. Select the “Use type ahead” checkbox to select an item by typing its value. Click the Save button.

- Double-click the “SelectManagersOrTeamList” widget to configure the “Settings” properties. A pop-up window appears for configuration. Select the “Conditions” tab. Click the plus sign (+) to insert an empty row. Configure the display conditions here. Provide the control key value and map it to the required Form field to show under this condition. Otherwise, the selected Form field is hidden at runtime. The example below shows the “label” Form field at runtime when the user selects the “GUID value of user AlphaC” from the drop-down list. Click the plus sign (+) to add more display conditions. The Form controls are displayed when the appropriate checkbox values are selected at runtime.

- Double-click the “SelectManagersOrTeamList” widget to configure the “Styling” properties. Select the input width from the drop-down list. Enter the CSS syntax. Select the classes to apply from the global drop-down list. Click the Save button.

- Double-click the “SelectManagersOrTeamList” widget to configure the “Other” properties. Enter the tool tip text. Click the Save button.

- Double-click the “SelectManagersOrTeamList” widget to configure the “Globalize” properties. The application will alert you if there is nothing to globalize, as shown below. Otherwise, select a language from the drop-down list, then click the Translate button. Finally, click the Save button.

- To view the organizational structure, go to the Administration > User Management > Organizational Structure page. The org structure (used in this example) is shown below.

- Save the Form definition. Select Actions > Create Form Instance. Generate a new Form instance, then select the check box to edit it.

- The Form is rendered for the user, as shown below. Click the drop-down list to make a selection. The Form field remains hidden because the control field (or value) is not selected in this example. Click the Submit button to complete.

- Click the drop-down list to make a selection. The Form field is displayed as the control field (or value) is selected, as shown in the example below. Click the Submit button to complete.

Definition Sample:
You may download the sample definition(s) from the link provided and later import them (drag-and-drop) into your FlowWright Process Definition (XML file) or Form Definition (HTML file) page.
Note: Please verify and complete the import process steps for any missing configurations, such as file path references and database connections. Then, save the definition to confirm the changes.