- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2023 12:32 PM
Hi,
How to pull filed from business application to application services.
I want to pull a filed from business application table to application services list view.
Thank You!
Rutuja
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2024 09:06 PM
Created Database view
1. table = cmdb_ci_service, variable prefix = bs
2. table = cmdb_ci_business_app , variable prefix = bizapp, Where clause= bizapp_number=bs_u_product_id
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2023 03:00 PM
Business Application is not a reference field on Application Service. Business Applications and Application Services are connected using CI relationships. I don't think so you can dot-walk to Biz app fields directly from App Service table List view. You can try CMDB Query builder or Reporting on CI relationship table to have both App Service and Biz app fields in single report.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2023 08:32 PM
Hi @Rutuja K
How are Business Applications linked to Application Services in your instance?
Within OOTB, their association is established through the CI Relationship [cmdb_rel_ci]. You can consider creating a Database view to obtain a holistic perspective between these tables.
Cheers,
Tai Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2024 09:13 PM - edited 01-01-2024 09:14 PM
Hi Tai vu,
Thanks for responding.
We are using OOTB configs.
can you please elaborate about database view and how to achieve it.
:Rutuja
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2024 09:06 PM
Created Database view
1. table = cmdb_ci_service, variable prefix = bs
2. table = cmdb_ci_business_app , variable prefix = bizapp, Where clause= bizapp_number=bs_u_product_id