Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

CSDM view

Pankaj Singh
Tera Contributor

Hi Everyone,

 

 

Is it possible to create a view using CSDM which will reflect all the mapped application service running on the server.

 

For E.g: X server has relationship with A, B, C mapped application service.

 

Can I create a view just for 'server related to mapped application services'

 

I don't want to use Database view or check on cmdb_rel_ci table neither through downstream upstream dependency view.

Is it possible via CSDM.?

2 REPLIES 2

SteveMacWWT
Kilo Sage

You’ll want to look at CMDB Query Builder where you can do exactly what you’re looking for. 

https://docs.servicenow.com/bundle/washingtondc-servicenow-platform/page/product/configuration-manag...

 

Hi Pankaj,

there is not really a good viewer capability to fulfil the ask you have. 
The easiest would be to check the svc_ci_assoc table as those are mapped services and it is a flat table. 
It could be made it a relation related list.
BR,
Barry