Browse work teams
In the Save to Topic dialog box, users can browse work teams.
The user selects Browse to navigate to the Browse Work Teams dialog box and select a work team. When the user selects a work team and selects OK, the work team appears in the Visible to work team drop-down list.
Tasks
Your application invokes the following tasks to render the Browse Work Teams dialog box.
getFieldMetadata—Gets the work team field definitions that are used to populate the work team column headers in the browse work team table.getFieldValues—Gets the work team field values that are used to populate the work team rows in the browse work team table.getFilters—Gets work team field definitions and values for work team fields that can be filtered. An administrator can designate work team fields as filters. These fields are displayed in this dialog so that a user can limit the list of work teams based on the filters.
Note:
For all the above calls, set theFieldContext parameter of the task to FieldContext.WORKTEAMS.
Parent topic: Use cases