Creating and Managing Supervised Work List Views - Example 1

In this example, a user requests a list of available supervised work lists.

Supervised Work Lists

Procedure

  1. Find out what work lists the user has access to by calling listActionAuthorisedEntities for the viewWorkList system action. The response contains a list of GUIDs. Each GUID identifies an organization model entity whose work list view the calling user is authorized to view.
  2. For each GUID returned in the listActionAuthorisedEntities response, call getOrgModelEntity to obtain the organization model entity’s entity-type, along with other details—its name, whether it has any child entities and so on.

    You can use this information to present the available supervised work list views to the user in your desired manner. Also see Navigating the Organization .Model

  3. When the user selects a supervised work list view, call either of, or both of, the following: