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 |
|
Create and configure custom application and record type
In addition to managing existing applications and records, you can also create custom applications using the Menu tab of the Studio.
To create an application and its record type, follow these steps:
- Open Administration > Configuration > Studio.
- Click the MENU tab.
- Select a Category, click Add in the Application panel.
-
Enter the following fields:
- Application name, the name of the application, with the suffix _c, indicating that it is a custom application.
- Multilingual title, the display name on the Application panel and Service Management menu.
- Multilingual header, the menu header.
- Insert after, where you want to place the application.
- Select the application you created, then click Add in the Record type panel.
-
Enter the following fields:
- Record type, the name of the record type, with the suffix _c, indicating that it is a custom record type.
- Multilingual label, the label of the right side panel when you select a record.
- Display name (sub menu), the sub menu header.
- Display name (browser), the display name of the browser tab.
- Insert after, where you want to place the record type.
-
Primary key define, the primary key of this record type, you can choose to have no primary key, use DisplayLabel as the primary key, or create a new field as the primary key.
Configure Forms of the record type
After a record type is created, the following three forms must be defined before you can activate the record type.
- New form
- Preview form
- Full form
Refer to Forms for more information about how to define forms.
Configure processes and rules of the record type
After a record type is created, processes and business rules must be defined for the record type before you can activate the record type.
Refer to Processes and Rules for more information about how to define processes and rules.
Activate the application and record type
After the workflow and forms are configured, you can go back to the Menu tab of the Studio, click Activate in the drop-down list of the record type. The application will show up on the main menu.
Note You may also want to set up more behaviors for the custom record type through the other features of the Studio. See Studio for more information.