Open Next Work Item Button

The Open Next Work Item button opens the next available work item in the work item list, where “available” means a work item that is not locked nor suspended. Typically, that is the first work item in the list.

If the user clicks the Open Next Work Item button, but there are no available work items, a "No available work items to open" message is displayed.

To display the Open Next Work Item button in your WCC application:

  1. Place the Toolbar Button component in the desired location in your application.
  2. In the Properties Editor, check the Open Next Work Item Button property.
  3. In the Events Editor, subscribe to the event that you want to cause the button to be displayed (typically, Login Complete).
  4. Commit your changes.

For more information, see Toolbar Button Component.