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 |
|
- Display application
- Displayscreen definitions
- Display application option definitions
- Restricting access to display options
- Selecting display options
- Calling an application
- Custom RAD
- Creating displayscreen records
- Displayoption Database Dictionary keys
- Displayevent Database Dictionary keys
- Access display records
- Create a displayscreen record
- Create a displayoption record
- Define display conditions
- Enable the Merge Conflicted Updates function for customized user operations
Displayscreen definitions
The Display Application Screen Definition (displayscreen) record is the control point for applying options to Service Manager forms using the Display application.
To access the Display Application Screen Definition form, click Tailoring > Tailoring Tools > Display Screens.
The fields available to apply displayscreen options are described below.
Field Name (*Required) | Field ID | Description |
---|---|---|
*Screen ID | screen.id | The unique name, identifying the record whose display characteristics are being defined. The names of screen IDs generally reflect their function and closely resemble the names of the forms to which they are attached. |
On option 0 | on.enter.key | The action to take when the user presses Enter--Option 0 (zero).
|
Title | title | The title of the form. The value in this field can be a variable or an expression. |
Format | form | The form to open for this screen. The value in this field can be a variable or an expression. |
I/O (If RIO) | io | Determines the user's privileges for modifying the displayed data. Service Manager uses this field only when the displayed panel is replacing an rio panel. |
Time (if FDISP) | time | The date and time field determining the length of time a user may search the database. Service Manager uses this field only when the displayed panel is replacing an fdisp panel. The value in this field can be an expression. |
Used only for Search? | search.only | This option is selected on screens that are used only for searches (such as db.search). |
User Options | user.options | If selected (set to true), triggers functionality in the Display application. Do not change this setting in the production system. |
Language | language | The language used on the form. The default is English (EN). |
Main tab | ||
Initializations subtab | expressions | Expressions that set the initial values for variables and fields. Service Manager evaluates these expressions before the screen appears. |
Javascript subtab | javascript | The JavaScript subtab is executed after the Initializations subtab. It is used to set and initialize variables, and run expressions on the screen being initialized. |
Options tab | ||
Option #/Label/Action/Condition | gui.option | Click Search () to select a Display Application Option definition.
|
Events subtab | ||
Event/Action/Condition | event | Click Search () to select a Display Application Event definition. |
Related concepts