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 |
|
Update multiple records with Mass Update
Applies to User Roles:
System Administrator
Mass Update enables a user (ADMIN or SYSADMIN) to update one or several fields in a set of records. Mass Update consists of three related functions, template Mass Update, Simple Mass Update, and Complex Mass Update. In a template Mass Update, a template displays a list of fields that can be updated. The user enters a value for each field to be updated to complete the process. In a Simple Mass Update, Service Manager displays a record form in which the user can enter values for selected fields. These values are then applied to all of the records selected for the Simple Mass Update. In a Complex Mass Update, Service Manager displays a form in which the user enters RAD expressions containing variables and concatenated fields to populate another field in the selected records.
The Mass Update function can be used with the following applications:
- Change Management
- Configuration Management
- Incident Management
- Problem Management
- Service Desk
The Database Manager also uses Mass Update to update the following tables:
- contacts
- company
- department (dept)
- location
- operator
The Mass Update functions in Database Manager also let you modify the contents of each record in the list of records accessed from Database Manager, by entering one or more processing statements, which Service Manager executes during adds, updates, and deletes. When add is set to true, Service Manager also executes Format Control, triggers, and macros, if present for the form.
You can update multiple records with Mass Update by using the Mass Update template form, Simple Update, or Complex Update. Choose one of the following methods to update multiple records.
Options for Mass Update errors
The following are the available options for Mass Update if validations on format control fail:
Option | Action |
---|---|
Retry | Reruns the mass update function on the selected records. Service Manager once again validates each record in the mass update against its format control. |
Skip | Skips the current record without making any changes. |
Force | Updates the current record with whatever information that you entered, regardless of format control. |
Update multiple records with Mass Update by using the Mass Update template form
To update multiple records with Mass Update by using the Mass Update template form:
- Click System Administration > Base System Configuration > Companies.
- Click Search.
- Select the records in the record list you want to update.
- Click Mass Update.
- Type the value for the field in the text box or use the Find feature to display a list of potential values for the field.
Note: The value(s) you enter in the form are propagated to all of the records you selected.
- Click Next.
- Continue updating fields and click Execute when you complete your updates.
Note: If you exit the Mass Update template form or Complex Update form without pressing Execute, all of your changes are cleared on the respective form.
Update multiple records with Mass Update by using Simple Update
To update multiple records with Mass Update by using Simple Update:
- Click System Administration > Base Configuration > Companies.
- Click Search.
- Select the records in the list you want to update.
- Click Mass Update.
- Click Simple Update.
- Type new values into the appropriate fields on the form.
- Click Execute.
Update multiple records with Mass Update by using Complex Update
To update multiple records with Mass Update by using Complex Update:
- Click System Administration > Base Configuration > Companies.
- Click Search.
- Select the records in the list you want to update.
- Click Mass Update.
- Click Complex Update.
- Type the RAD code in the Complex Update form.
- Click Execute.
Related topics