Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.
Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |
Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
Example: Adding a URL link to a menu
Applies to User Roles:
System Administrator
Objective: Provide an example of how to add a link that navigates to a URL from the System Navigator tree or from a Service Manager menu form.
In this example, you need to find the menu file, modify the HOME menu record, and use Forms Designer to modify the menu.gui.home form.
To add a link that navigates to a URL from the System Navigator tree or from a menu form:
- Click Tailoring > Web Services > Database Manager.
The Database Manager search window (format.prompt.db.g) opens . - Type
menu
in the File text box and click Search.
A record list of the files opens (format.qbe.g). - From the record list of menu files, double–click menu in the File Name column.
The Menu form opens (menu.g). - Type
HOME
in the Menu Name field and click Search from the More Actions menu.
The Menu form re-displays with a list of menu records for the HOME menu. - In the table, add a new menu entry with the following information:
- Option #: 48
- Description: Micro Focus (The label to give the URL link.)
- Application: us.launch.external
- Parameter: name
- Parameter value: http://www.microfocus.com
- Thread: true
- Condition: true
- From the More Actions menu, click Save.
Next you will use Forms Designer to add the menu item as a button on the form:f menu.gui.home. - Click Tailoring > Tailoring Tools > Forms Designer. Type
fd
in the Service Manager command line.
The Forms Designer search form opens. - Type
menu.gui.home
in the Form text box and click Search.
The menu.gui.home form opens in Forms Designer. - Click Design. The form opens in the edit window with the Design Tools and Properties panes open.
- Drag-and-drop a button control from the Design Tools pane to the form.
- Position the button control on the form. In this example, move the Exit Service Manager button, Service Manager Internal Mail button, and System Status button left to make room for the button you are adding.
- Click the new button to display the sizing nodes on the button and then resize the button to match the other buttons.
- In the Properties pane, update the following parameters:
- Image File: Hewlett-Packard Enterprise
- Button ID: Type the Option # (48) you entered for this record in the HOME file.
- Caption: Micro Focus
- Name: Micro Focus
- Click OK.
- To verify the change, logout and then login and view the form you modified.
You should see the button you added on the menu.gui.home form. There should also be a new entry in the Menu navigator folder in the System Navigator.
Related concepts
Forms Designer
Menus
Button properties
Menu record
More Actions menu
Related tasks