Integrate > Third Party Integrations > ServiceNow Integration Using Enhanced Generic Adapter > Create a Custom coalesce Field instead of Using the Correlation ID Field

Create a Custom coalesce Field instead of Using the Correlation ID Field

Instead of using ServiceNow correlation_id field (mapped to UCMDB global_id field), the adapter allows using custom field that can be used in the reconciliation mechanism. Below are the steps needed in order to enable this feature.

ServiceNow Changes

The idea here is to create a custom field in the Configuration Item table [cmdb_ci] (Because all class models are inheriting from this table). And then make sure that the custom field exists also in the staging table, then change the mapping to map the Global ID to the created custom field.

Adapter Changes