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 |
|
- Notifications
- Default message classes
- Default notifications
- Add a message record
- Add a notification definition record
- Add a notification delivery method
- Create a custom notification
- Create a distribution group
- Send a notification using Format Control
- Notifications in Process Designer
- Sample notifications
- Example: Creating an email notification for change updates
- Configure email notifications for CI changes in reference modules
- Language for notification emails
Add a notification definition record
Applies to User roles: System Administrator
The Notification Engine is primarily responsible for sending messages that are generated by Service Manager events, such as opening or closing a quote or order. System Administrators can edit these messages, add new messages, change the conditions under which the messages will be sent out, and select who will receive the messages.
To add a notification definition record, follow these steps:
- Click Tailoring > Notifications > Notifications. The Notification Definition form opens.
-
Type or select the following information.
Field Description Name Type the name of the notification record. Condition Type true to enable the notification in all conditions. Type an expression that is true or false to specify a condition when Service Manager should send the notification. Type false to disable the notification in all conditions. By default, Service Manager treats a blank entry as true. Message tab Use this tab to define the message type, delivery method, and conditions under which Service Manager should send the notification. Msg Class Type the message class for the notification. This value must match a message class definition in the message record. Msg No Type the message number for the notification. This value must match a message number definition in the message record. Arguments Type any RAD expressions to display information from the record or event that triggered the notification. Service Manager displays this information in the text of the notification. You can enter an array of arguments by enclosing all arguments in brackets and separating each argument with a comma. For example: {argument1,argument2,argument3}
Note Arguments typically take the following form:
<field name> in $L.file
where
<field name>
is the name of a field in the record that triggered the notification.Condition Type true to enable the notification in all conditions. Type an expression that can be true or false to define a condition when Service Manager should send the notification. Type false to disable the notification in all conditions. By default, Service Manager treats a blank entry as true. Format Type the format control record used to display the triggering record as part of the notification. Notify Method Type or select the delivery method to be used to send the notification. This value must match a delivery method defined in the msgtype table.
Note
- The notification applications listed below must be defined in RAD code and exist in Service Manager to work.
- The message type must be enabled (true) by selecting "Active?" in the msgtype table.
See the following table for valid message types.
Message type Desctiption connect Send a message to an external device. email Send email. log Create a log entry for a message. mail Send internal mail. msg Send an internal message to a user's current Service Manager session (for example, "Incident IM1011 has been assigned to your monitor list since...").
Note If the user is not currently connected to a Service Manager session, the message is not sent.
print Print message. Recipients Type one of the following to identify who should receive the notification:
- A contact name
- An operator name
- Array of approval group names
- A RAD expression that gathers a contact or operator name from some field in the triggering record
Group File Type the name of the group receiving the notification. You can specify the On Call group to send the notification to for those operators who meet the On Call criteria. Group Area Type the name of the group area receiving the notification. You can use this field only with ocmgroups and cm3groups group tables. Valid choices include:
-
ocmgroups
-All
-Line Items
-Orders
-Quotes
-
cm3groups
-All
-Changes
-Tasks
Subgroup Type the name of the subgroup area receiving the notification. You can use this field only with ocmgroups and cm3groups group tables. Valid choices include:
- All
- Approvers
- Members
Email/Mail Subject Line tab Use this tab to type any custom information that should appear in e-mail notifications. Msg Class Type the message class for the subject of the notification. This value must match a message class definition in the message record. Msg No Type the message number to use as the subject of the notification. This value must match a message number definition in the message record. Arguments Type any RAD expressions used to display information from the record or event that triggered the notification. Service Manager displays this information in the subject of the notification. You can enter an array of arguments by enclosing all arguments in brackets and separating each argument with a comma. For example:
{argument1,argument2,argument3}
Note Arguments typically take the following form:
<field name> in $L.file
where
<field name>
is the name of a field in the record that triggered the notification. - Click Add.
Related topics
Notifications
Add a message record
Add a notification delivery method
Create a custom notification
Create a distribution group
Create an on-call schedule
Send a notification using Format Control
Default message classes
Default notifications