Adding specific Related List to All CI Tables at once
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello @all ,
I have a requirement to add a specific related list to all CI tables (as there are several CI tables, to add one after one is not feasible). Does anyone know the best way to achieve this?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @Akshay Jadhav1 ,
You cannot rely on inheritance for related lists in CMDB.
The recommended approach is to bulk insert records into sys_ui_related_list_entry via a background script for all tables starting with cmdb_ci.
This is the only scalable and supported solution.
The recommended approach is to bulk insert records into sys_ui_related_list_entry via a background script for all tables starting with cmdb_ci.
This is the only scalable and supported solution.
