Global ID Pushback

There are situations where populated CIs in UCMDB need to be kept in sync in the external system as well. For this scenario, the Generic Adapter framework allows the enabling of pushback IDs. To use this feature, a callback is performed for all the CIs that were populated in UCMDB, informing the Population Adapter about the assigned global ID for each CI.

To enable this functionality, add the line that is marked in the example below to the adapter configuration XML file:

You must also implement the PopulationAdapterConnector method as follows: