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 |
|
- Link maintenance
- Data relationships and the link file
- Types of links
- Find functionality
- Fill functionality
- Fill functionality with multi-select
- Turn off multi-select functionality
- Virtual joining functionality
- Us.link
- Variables used in links
- Calling the us.link
- Skipping query writing
- Accessing $File/dates
- Find from and fill to a $ variable
- Find from and fill to an array structure
- The $fill.display and $fill.display.add functionality
- Access the link record
Fill functionality
Using information in the link file, Fill (us.link) locates information in another record and copies it into the current record.
Fill does the following:
- Starts on a source record.
- Accesses a record in a secondary (target) file based on data in the source record (usually the contents of the input field selected by the cursor).
- Copies (fills) data from that target record back to the source record.
The link record for the probsummary file is used in Incident Management.
In the following example, Fill populates fields in an incident document based on the value of the field labeled CI Name.
Rather than selecting the device record for display, fields in the device
(TARGET) file that have the same name as the fields in the problem
(SOURCE) file project into the source record.
Fields on the source form populate automatically with data directly from the applicable device record. For example, CI Name (logical.name) on the incident record fills with the value of Configuration Item (logical.name) from the device record. The Type field on the incident form fills with the value of Type from the device record, and the value for the Category field copies from the device record to the incident record.
Through this transfer, the TARGET record is unchanged but the SOURCE record modifies to reflect the values of fields in the TARGET record.
The resulting modified SOURCE record is not written to the database until some action instructs the system to do so. For example, open or update the incident.
The Fill option uses the value in the field where the cursor is positioned to determine which link relationship to use. This example assumes that the cursor is in the CI Name (logical.name) input field when you select the Fill option.
Use Fill when it is necessary to store information in the source record so that it can be changed or used as a link to other information. If you simply need to display the information in a form, use Virtual Join.
Related concepts
Link maintenance
Types of links
Find functionality
Virtual joining functionality
Us.link
Variables used in links
Calling us.link
Find from and Fill to a $ variable
Find from and Fill to an array structure