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 |
|
Incident model business rules
You can define business rules within a specific incident model. The rules run in the incident workflow for incident records based on the selected model. These business rules can be used to make a user option mandatory, hidden, or to control values displayed in the user option fields and any fields in the incident based on the model. You can define the rules to run in connection with one of the following process events:
Process event | Description |
---|---|
Before change | The rule is executed before the data is updated. |
After change | The rule is executed after the data is updated. |
Rendering forms | The rule is executed when a form is opened. |
After applying changes | The rule is executed after the change is committed. |
SLT Event |
The rule is executed when the Service Level target duration reaches the 0%, 15%, 30%, 50%, 75%, 90%, or 100% level of the target, as defined by the rule. For information on defining business rules under the SLT Event process event, see How to add Service Level Target event business rules. |
In each process event, you can define the rule to run either before or after the general record business rules.
To add an incident model business rule:
-
Select the required incident model and select the Rules tab.
-
Select the required process event and click one of the links to add a rule.
- Click the button next to Add a rule to run before incident record rules to add a business rule that will run before the general record business rules in this process event.
-
Click the button next to Add a rule to run after incident record rules to add a business rule that will run after the general record business rules in this process event.
- Select a rule template and add a business rule. For more information, see How to add a business rule.
-
When more than one business rule is defined for a process event, you can click in the left margin to display the arrow buttons which enable you to change the order of the rules or to move a rule from before the general record business rules to after or vice versa. Alternatively, you can drag and drop a rule to the desired location.
-
Click Save on the toolbar.
Note
- If you select a different incident model as the basis for an incident record, the business rules of the new model apply to the incident record.
- If you modify the business rules of an incident model, existing incident records based on the model are not affected (they retain the original rules of the incident model).
Related topics