How to Customize UCMDB ID Pushback for a CI Type

Out-of-the-box, UCMDB pushes the UCMDB ID of each CI type back to Service Manager during population, by calling a Service Manager web service (ucmdbIDPushBack) based on the ucmdbid.pushback.request and ucmdbid.pushback.xslt settings in the sm.properties file in UCMDB (see How to Update the Integration Adapter Configuration File (sm.properties)).

To better suit your business needs, you can make the following tailorings to the ucmdb id pushback feature, using the <idPushbackConfigurations> element in the ServiceDeskConfiguration.xml file:

Note For a specific UCMDB class (CI type), its definitions in the ServiceDeskConfiguration.xml file supercede the following global settings in the sm.properties file:

  • idPushbackEnable: In the sm.properties file, this setting is not present; however, out-of-the-box, it is set to true for all CI types.
  • idPushbackRequest: In the sm.properties file, its out-of-the-box value is UpdateucmdbIDPushBackRequest.
  • idPushbackXSLT: In the sm.properties file, the out-of-the-box value is ucmdbid_pushback.xslt.