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 |
|
Macros
There are no specific macros for Request Management. The standard macro options are available through the macro definitions (macro.definitions.g) form. You can set these up to create actions from within Request Management. The standard options include the following:
- Fax 1 Assignment Group
- Fax 1 Person
- Fax Many People
- Mail 1 Assignment Group
- Mail 1 Person
- Mail Many People
- Page 1 Person
- Page Many People
- Page an Assignment Group
Access the macro lister
Applies to User roles: System Administrator
Macro conditions are expressions written in Service Manager RAD syntax that evaluate at run time. If the expression evaluates to true, the macro executes. If the expression does not evaluate to true, the macro cannot proceed.
To access the macro lister and define a macro to use in Request Management:
- Click Tailoring > Tailoring Tools > Macros.
-
Click Add.
The macro editor opens. You can define a macro to use in Request Management.
- In the Macro Name field, type a unique name for this new macro.
- In the Applies When field, select a pre-defined event from the list of options when this macro should execute. For example, when a change request is saved.
- In the Macro Condition field, define when this macro should execute. For example, to enter an expression for the condition when a service request is opened you can type
requested in $L.new="open"
. -
Click Set Parameters to establish the parameters for this macro.
Note: The available fields in this form vary depending on the value in the Macro Type field in the edit form for your new macro.
- Provide additional information where needed. For example, send page to a specific phone or contact and construct a message.
-
Click OK.
You are returned to the macro list form.
- Click Search from the macro list to refresh the list of macros, and then click OK.
Related topics