How to configure related items in a table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2024 12:20 AM
I have created a new tab in APM software table. In this tab, I want to display (Read Only) all of the servers in the cmdb_ci_server table that have a name that matches the Name field in the current record you are viewing.
For example…If I am in the APM record in u_apm_software table called APM1, in the new tab there should be a read only list of the servers that have APM1 as the name in the cmdb_ci_server table.
How do we configure it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2024 03:06 AM
Can someone help with the steps to configure this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2024 08:33 AM
I think there is an easier solution than to create a new tab/section on a form and populate a field on there with the results of your filter condition. Would creating a custom related list between the u_apm_software and cmdb_ci_server tables, applying a default dynamic filter on the related list (server name starts with app name) and modifying the list_edit ACL for the related list so that it is read only for all satisfy the requirements? If yes, use these 2 links for how-to
Please also consider the following - the request itself seems routed in a customization ex/ u_apm_software table? Out of the box, you can use the Business App table (cmdb_ci_business_app). Following the CSDM relationships, Business Apps consume App Services, and App Services Depend on Infrastructure (like servers). Build the appropriate Service Maps using the prescribed CSDM relationships and you can view the related servers by filtering on relationship level and/or type.