You can add the extension to the catalog so that users can select it by clicking it,
which removed the need to remember the URL of the custom extension and manually add it. By creating
a custom widget catalog, you can add extensions to the list. You can control the category that your
extension is shown in and define new categories. An extension can be shown in more than one
category.
About this task
To create a custom widget catalog, follow these steps:
-
Create a widget catalog XML file with your catalog entries. For a template that you can use to
create your XML file, see the Template widget catalog XML file. Each catalog entry is
contained by a catalog-entry element. The child elements that you can have are listed in the
following table. For more information, see catalog-entry element table.
Note: For the text you include in the XML file, you must be aware of the rules about escaping
certain characters. For instance, if you want the title R&D
, you type
R&D
. For more information about the escaping rules, see
http://www.w3.org/TR/xml/#syntax.
- Host the catalog XML file on the server.
A typical location for the file is
the root directory where your extensions are served from.
- Add the catalog as a user extension on the Engineering Requirements Management DOORS® Next server.
- Open
https://your-server:port_number/rm/admin.
- From the menu, click Advanced Properties.
- In the list of properties, find the RM Client Component
section.
- In the
com.ibm.rdm.widgetcatalog.internal.WidgetCatalog
list, find
the User Extension Category URL property.
- Enter the URL that points to your widget catalog.
- Click Save to finalize your changes.
The server
tries to read the catalog, you do not need to restart the server.
- Refresh the catalog.
What to do next
The Engineering Requirements Management DOORS Next server reads the catalog every 10 minutes. If you edit the catalog and do not
restart your server, you must wait up to 10 minutes to see the new entries in the window.