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 |
|
Change Management events
Event | Event type |
Description |
---|---|---|
cm3rin | input | Use this event for all incoming change events. |
cm3rinac | output | This is sent if the write eventout is set to true. This returns failed events so the calling application receives notification when an error occurs. |
cm3rout | output | This is created when a cm3 message is created and you enter cm3rout in axces.out. |
cm3tin | input | Use this for all incoming change tasks. |
cm3tinac | output | This is sent if the write eventout is set to true. This returns failed events so the calling application is notified when an error occurs. |
cm3tout | output | This is created when a cm3 message fires and you enter cm3tout in axces.out. |
You can use event registration to view the details of each registered event, which are stored in the eventregister table.