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 |
|
- ServiceNow Integration Using Enhanced Generic Adapter
- Overview
- Supported Versions
- ServiceNow Prerequisites
- Out of the Box Connector Update Set
- Setting up ServiceNow for the UCMDB Integration
- Push Integration with ServiceNow
- Population from ServiceNow
- External Class Model Flow
- Connectors
- Configuration
- Create a Custom coalesce Field instead of Using the Correlation ID Field
- Troubleshooting – ServiceNow Integration Using Enhanced Generic Adapter
External Class Model Flow
Whenever a user opens a graphical mapping tool or clicks the Refresh External Class Model button in UCMDB, a request is made against the adapter for the ServiceNow external class model. The adapter queries the following tables:
- sys_db_object – this table contains information about all the tables that compose ServiceNow schema
- sys_dictionary – this table contains all the table fields that compose ServiceNow schema
- sys_transform_entry – this table contains the information about all the staging table to target table mappings in ServiceNow.
Users can specify the list of prefixes of the ServiceNow tables that compose external class model in the adapter configuration. Using this information, the adapter builds the external class model and sends it to UCMDB.
Note that if a table that goes into the class model has a reference to a table that doesn’t go into the class model then this reference field is excluded from the external class model.
Incremental Update
Since the external class model is pretty big the adapter offers a configuration property that enables incremental class model update. Incremental update is a nice feature that greatly improves performance. Using this feature, after the adapter is started or restarted the complete external class model will be fetched by the adapter only at first request. All the subsequent requests for the class model will only fetch the modifications in the class model.
However, incremental update can’t detect deletions in the class model. That is to say, if a user deletes a table or a field in a table in ServiceNow side the incremental update won’t detect this. The incremental update only detects new items and modifications in the class model. Even with this limitation this feature is pretty handy and it is recommended to use it.
Users can enable/disable incremental update in the adapter configuration file. The configuration file is explained below.