- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2019 02:08 AM
John.
Solved! Go to Solution.
- Labels:
-
Service Portfolio Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2019 08:12 AM
Hi John,
There are many of us struggling to set this up in a way that everyone understands and at the same time make sure all Baseline features can be used.
have a look at this Justin post where the CSDM model is explored
https://www.justinlabs.io/servicenow-csdm-updated-example-of-an-actual-service-portfolio-data-model/

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2019 07:54 AM
Hi,
you can look over to all the relations with CI in cmdb_rel_ci table . There they are defined in parent child formation.
For example in your case xxxx will be parent and will have child CI attached to it as 'Estates management application' you can get the data of these from the table and you can show the same in your incident by wrting the script.
For example if you want to show it in field you can define reference qualifier with script include inside it which is filtering the child records of the application affected and just showing the services in it.
Mark it Helpful or correct if it works for you.
You can ask your Query if have any further questions.
Regards,
Gundeep Singh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2019 07:54 AM
Thank you for your response Gundeep. Analyzing the cmdb_rel_ci table did help to some extent, but in the end, I got what seemed to be the most useful information, from the Suggested Relationships table - that helped to construct a kind of reference model for CI classes I'm working with.
Best wishes,
John.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2019 08:12 AM
Hi John,
There are many of us struggling to set this up in a way that everyone understands and at the same time make sure all Baseline features can be used.
have a look at this Justin post where the CSDM model is explored
https://www.justinlabs.io/servicenow-csdm-updated-example-of-an-actual-service-portfolio-data-model/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2019 02:28 PM
My two cents on application service portion of the justinlabs example. I see the service offering relating to the application service, as opposed to the underlying applications. The rationale is that service mapping automates the linkage to the apps. Adding this to service offering implies manual maintenance of relationships to apps which isn't practical. If I'm missing something here feel free to comment.
Paul