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 |
|
- Methods for adding database dictionary records
- Field name requirements
- Create an inactive database dictionary record
- Create an active database dictionary record
- Add a structure to the database dictionary
- Add an alias field
- Add an array
- Add fields to a structure
- Create a database dictionary record by importing RDBMS columns
- Designate unique fields in the array of structures
Add fields to a structure
Applies to User Roles:
System Administrator
You can add fields to a structure with the Database Dictionary utility.
Note: You must use the Windows client whenever you need to add a new field/key to a database dictionary table.
To add a field to a structure:
Example: Add a field to the descriptor structure in the device table.
To add fields to a structure by using the Database Dictionary utility:
- Open a file in the database dictionary, and then position the cursor on the structure descriptor.
-
Click New Field/Key, and then do the following.
- In the Name field, type: logical.example.
- In the Type field, type character, or select character from the Type list of valid data types.
-
Click Add to add the new field in this structure.
The field is added to the bottom of the list of fields under the structure.
- Double-click the new field to provide the remaining SQL information.
- Click OK once more to save your edits and end, or click Cancel to quit without recording the edits.
You must also add any new fields to the appropriate formats using Forms Designer to make the field available to users. For additional information, see the Forms Designer Help.
When you add a new field to structures that are blobs such as an image type, you do not need the additional SQL information.
When creating categories in Incident Management, define any additional fields in the newly-created categories within the middle structure in the problem
dbdict record.
Related topics
Structures
Fields within structures
Arrays
Arrayed structures
Alias fields
Adding a key
Methods for updating database dictionary records
Modifying a key
Methods for deleting database dictionary records
Deleting a key
Add a structure to the database dictionary
Open a database dictionary
Access the Database Dictionary utility
Regen a database dictionary