Menu and Toolbar Button Location

Custom interfaces can be launched from various locations in the Workspace application.

The following shows the locations at which you can place menus and toolbar buttons to launch custom interfaces, as well as the elements in the customInterfaces.xml file used to configure custom interfaces launched from those locations (for more detail about these elements, see Configuration Elements):

Main Application Toolbar

Note: This menu and toolbar button location is applicable only for the Workspace application. It does not apply for custom WCC applications.

Use the following elements in customInterfaces.xml to configure custom interfaces launched from this location:

<WorkspaceToolbar>
   <menus>
   </menus>
   <toolbarButtons>
   </toolbarButtons>
</WorkspaceToolbar>

Master Selection Area

Note: This toolbar button location is applicable only for the Workspace application. It does not apply for custom WCC applications.

Use the following elements in customInterfaces.xml to configure custom interfaces launched from this location:

<WorkspaceMasterSelection>
   <toolbarButtons>
   </toolbarButtons>
</WorkspaceMasterSelection>

Work Views List

Use the following elements in customInterfaces.xml to configure custom interfaces launched from this location:

<WorkViewsList>
   <menus>
   </menus>
   <toolbarButtons>
   </toolbarButtons>
</WorkViewsList>

Work Items List

Use the following elements in customInterfaces.xml to configure custom interfaces launched from this location:

<WorkItemsList>
   <menus>
   </menus>
   <toolbarButtons>
   </toolbarButtons>
</WorkItemsList>

Process Views List

Use the following elements in customInterfaces.xml to configure custom interfaces launched from this location:

<ProcessViewsList>
   <menus>
   </menus>
   <toolbarButtons>
   </toolbarButtons>
</ProcessViewsList>

Process Instances List

Use the following elements in customInterfaces.xml to configure custom interfaces launched from this location:

<ProcessInstancesList>
   <menus>
   </menus>
   <toolbarButtons>
   </toolbarButtons>
</ProcessInstancesList>

Event Views List

Use the following elements in customInterfaces.xml to configure custom interfaces launched from this location:

<EventViewsList>
   <menus>
   </menus>
   <toolbarButtons>
   </toolbarButtons>
</EventViewsList>

Events List

Use the following elements in customInterfaces.xml to configure custom interfaces launched from this location:

<EventsList>
   <menus>
   </menus>
   <toolbarButtons>
   </toolbarButtons>
</EventsList>

Business Services List

Use the following elements in customInterfaces.xml to configure custom interfaces launched from this location:

<BusinessServicesList>
   <menus>
   </menus>
   <toolbarButtons>
   </toolbarButtons>
</BusinessServicesList>

Process Templates List

Use the following elements in customInterfaces.xml to configure custom interfaces launched from this location:

<ProcessTemplatesList>
   <menus>
   </menus>
   <toolbarButtons>            
   </toolbarButtons>
</ProcessTemplatesList>