Navigating the Admin UI
You can navigate the Admin UI pages with the left panel toolbar, menu bar, consoles, and the navigation map. The pages that you use depend on your role.
- In your web browser, type the URL provided by your administrator. The user interface login screen opens. If the page fails to open, contact your administrator.
- Type the details for the username, password, and
company fields, and click Login.Note: If the administrator has set a default company name, the company name is automatically populated.
- Optional: Type your username and password for Global Data Synchronization.
The home page has a left panel, the collaboration console, and the menu bar containing modules.
Collaboration Area Console
The Collaboration Area Console consists of the left panel access bar and the collaboration area on the right page. The console lists the collaboration areas and the number of items that are associated with each area. Click

- You can hide empty steps, inaccessible steps, or empty collaboration areas. You can choose the columns that you want to display in the list, and specify number of rows per page.
Click
to refresh the information.
Modules (Left panel)
Located in the left panel, displays the quick links and quick search. You can customize and develop your own left panel module.- In left panel, click .
- In the Please select a module to add list, select the module, and
click
.
Click
to refresh the table information. Click
to use the On-Demand Filter, or
to use the On-Demand Search.
You can add the following modules to the left panel.
Alerts | Identifies the status of any current alert. The alerts table presents the status and number of alerts that are active. The types of alerts include: error alerts, information alerts, and actionable alerts. |
Bookmarks | Links to a location that you define, including searches. You can select this object for components that are most commonly used. You can add different areas of Admin UI as bookmarks that appear in the bookmarks list. |
Custom Tools | Displays a list of custom tools that are available to you. |
Documents | The document store shows Admin UI documents, including hyperlinks to the file location. |
Jobs | If you have more than one job running at a time, it is difficult to check the status
of all the jobs from a single screen. Therefore, management and monitoring of jobs is
critical. This job explorer module reduces the time and provides ease in managing and
monitoring the status of all of your running jobs. A progress bar for each running job
displays in the left panel navigation. You can filter the jobs based on the type of job. Important: This feature is no longer supported.
|
Last Visited | Stores the last 10 pages that were visited. When a page is visited, it is automatically added to the Last Visited section. The list is cleared when you log out of Admin UI. You can click the page name to display the page. |
Selections | Displays all of the statically saved catalog selections. When a catalog item selection is created, it appears in the Item Selection Console and is automatically added to the Selections section in the left panel. |
Spec Explorer | Displays the search results of specifications and attributes. You can search and view
all specs that are available to you. From the Spec Explorer, you can click Search and search for a spec by specifying a search criteria. From the results list, click a spec name to add it to the Spec Explorer section. |
Catalogs |
Displays all the catalogs that are available to you. A catalog module allows you to browse and search a given catalog and perform various operations on it. |
Collaboration Areas |
Displays all the collaboration areas that are available to you and includes the collaboration area hierarchy. You can expand the collaboration area section to see a list of steps that are contained by the workflow of the collaboration area. You can also expand the steps to see the items in each step. Right-click to perform these tasks.
|
Hierarchies |
Displays all the hierarchies that are available to you. A hierarchy module allows you to browse and search a given hierarchy as well as perform various operations on it. Right-click to perform these tasks.
|
Organizations |
Displays all the organizations that are available to you. An organization module allows you to browse and search a given organization as well as perform various operations on it. Right-click to perform these tasks.
|
Customizing the left panel modules
You need to edit the configuration file before you define your module.- Edit the
$TOP/etc/default/user_leftpanel.conf.xml
extension point.This file defines the custom modules. You must specify the name of the custom modules. For those modules that allow multiple instances, you must also specify the fully qualified class path of your implementation of LeftpanelDataObjectFactory. - Edit the
$TOP/public_html/user/user_jsp_include.jsp
extension point.This file is the JavaScript interface for i18n labels for the custom modules. You must edit this file to provide the appropriate i18n labels for your custom modules. - Optional: You can edit the
$TOP/public_html/user/userjs/module/<custom module name>.jsp
file. This file is the JavaScript part of custom module implementation. You can edit this file to include your JavaScript files.