- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2022 08:33 AM
Hi, We have a great start on getting data into our CMDB, and the Business Applications, Application Services and other CIs like Servers are taking shape.
I have been asked how we can store details of imports and Exports of data. There is a Receives data from / Sends data to - relationship that we can use, but I have been asked where we could store information about the data import/export - like the schedule, data included etc, so it makes it useful on the on the dependency view etc
How have people done this?
Cheers,
Dan
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2022 02:51 AM
Hello Dan,
If these "data exchanges" are important enough to be managed in ServiceNow, I would recommend using a specific CI Class to document and keep track of these.
I've been involved in cases where these have been defined as "Integrations" or "Integration use cases". The "Integration" CI class would include details about the data exchange and technicalities related to implementation. This way you could formally describe things like sequence, direction, payload, integration method, etc. And of course, use CI relationships to connect these Integration CIs to Application Service or Business Application records related to them.
This requires more data maintenance work, than a simple link between applications, but from impact analysis and integration management point-of-view, it's probably worth it. Pro Tip! You don't have to define all "integrations" like this, but only the once that matter the most.
Here's an example diagram about the "Integration" class and how it could relate to other classes.
Cheers,
--Mikko

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2022 09:26 AM
Good luck Dan!
We did something similar at my former job, and while it was a bit difficult at first, once we got an integration set up with the related systems (job scheduler and webMethods) it became easy. With being able to tie integration failures to CIs sped up ability to resolve issues much more quickly.
Steve