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 |
|
Enable Smart Email actions for incident, problem, and request
Applies to User Roles:
Administrator
In the out-of-box system, the following Smart Email actions are not enabled for the Incident, Request, and Problem modules:
- "Add a Comment" and "Mark as Solved" actions when an incident, request, or problem is updated.
- "Accept" and "Reject" actions when an incident, request, or problem is set as Resolved.
However, you can tailor your system to manually enable these Smart Email actions for incident, problem, and request.
Note In the current release, adding the "Approve" and "Deny" Smart Email actions for the Change module is not supported. The "Approve" and "Deny" actions can only work with the Interaction module as provided in the out-of-box system.
To enable the "Add a Comment" and "Mark as Solved" actions, following these steps:
-
Add an HTML template for incident, problem, or request with the action buttons embedded. You can refer to the sd.require.comment template for interaction as an example.
-
In the notification table, add a notification. You can refer to the "Activity Added" notification for interaction. You at least need to modify the Arguments and Activity Added field.
-
In the activityactions table, add the notification that you created in the previous step to the "Update Activities" record for a module:
- Open the activityactions table, search for the "Update Activities" record for the corresponding module (the probsummary, rootcause, or request table).
- Locate the Name field as $apm.activity(for probsummary) or $pm.activity(for problem or request) and the Condition field as "Condition: not ($G.bg) …"
- Add the new notification to the Notification field and save your changes.
To enable the "Accept" and "Reject" actions, following these steps:
-
Add a new rule set for incident, problem, or request.
-
Add a rule for the rule set and set the rule type as Send HTML Email.
-
Edit the condition for the rule. For example:
Source in CurrentRecord = "5" AND Status in CurrentRecord = "Resolved"
-
Select the following HTML template for the rule:
- incident: IM.Resolution.with.action
- problem: PM.Resolution.with.action
- request: RM Fulfilled with Action
-
Select the Recipients field as Current Record and Select Field and Filed Type to define the people who will receive emails with the Accept/Reject buttons.
- Save the rule and the rule set.
-
Add the new rule set to the incident, problem, or request workflow under the Rule Sets tabs, and then save the workflow. For example, you can add the new incident rule set in the transition between the Recovery and Review phase of the Incident workflow.
Note If you cannot save the workflow, you may need to copy the workflow (Tailoring >Process Designer >Copy Existing Workflow), add the new rule set, and then save. Also you need to change the workflow for the incident, problem, or request category to the new copied workflow.