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 |
|
- Service Level Management procedures
- Create a Service Level Target set record
- Edit a Service Level Target set record
- Add a Service Level Target definition record
- Edit a Service Level Target definition record
- Delete a Service Level Target definition record
- Create a Service Level Agreement record
- Edit a Service Level Agreement record
- Delete a Service Level Agreement record
- Relating Service Level Agreements to records
- Add Service Level Target event business rules
How to add Service Level Target event business rules
When working in the Incident and Request workflows, you can define business rules to run at specific times in the workflow according to the levels defined in the Service Level target (SLT). The rules will run when the duration reaches 0%, 15%, 30%, 50%, 75%, 90%, and 100% level of the target. You can configure the rules to set fields or send notifications.
Define a Service Level Target event business rule
-
In the main menu, select Administration > Configuration > Records.
- Select Incident or Request as the record type and select the Processes and Rules tab.
-
To define a business rule at the record type level, select Incident or Request in the tree (the top level of the tree). To define a business rule at the process level, select the required process in the tree (for incidents there is only one process).
- Locate the SLT Event process event and select Add.
-
Select Simple rule. The Set rule dialog box opens. Select the Include condition check box to add a condition to the rule.
- Select a rule template.
-
Edit the rule parameters. For more information on the rule parameters, see Action rule examples.
In addition to the ordinary expressions that you can enter for the parameters, there are special expressions related to the target that can be entered in the rules under this process event. For more information on these expressions, see Service Level Target expressions.
-
Click Save on the toolbar.
Service Level Target expressions
When entering parameters for a business rule under the SLT Event process event, you can access data related to one of the targets via an Expression Language phrase made of three parts:
- slt
-
Specifies the target type. The available options are:
- InitialReview
- Resolution
- ChatRequest (for support request records only)
-
Specifies the required data. The available options are:
- PercentageAchieved. The last percentage level of the target (0%, 15%, 30%, 50%, 75%, 90%, 100%) reached by the target duration.
- Type. The type of the target.
- TargetDate. The target date of the target.
- ActualDuration. The duration of the target.
- ActualPercentage. The actual percentage of the target reached by the duration.
- Name. The name of the target.
For example, the phrase slt.IntialReview.TargetDate refers to the target date of the Initial Review target.
The out-of-the-box rules defined under the SLT Event process event include these expressions in their parameter values. The following example demonstrates how the expressions are implemented in a business rule:
One of the out-of-the-box rules for Requests sends a notification when the Resolution target duration reaches 50% of the target. The rule includes the following condition expression:
${slt.Resolution.PercentageAchieved == 50 && entity.PhaseId != 'Close' && entity.PhaseId != 'Abandon'}
This means that the last percentage level reached by the duration for the Resolution target was 50%, and the workflow is not in the Close or Abandon phases. If this condition is satisfied, the notification is sent.
The rule also specifies the values to enter in the notification parameters. These include: slt.Resolution.ActualDuration, slt.Resolution.TargetDate, and slt.Resolution.Type, which return the duration, target date, and type of the Resolution target, respectively.
Related topics
- Service Level Management procedures
- How to create a Service Level Target set record
- How to edit a Service Level Target set record
- How to add a Service Level Target definition record
- How to edit a Service Level Target definition record
- How to delete a Service Level Target definition record
- How to create a Service Level Agreement record
- How to edit a Service Level Agreement record
- How to delete a Service Level Agreement record
- Record Management business rules