Adding specific Related List to All CI Tables at once

Akshay Jadhav1
Tera Contributor

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

Huynh Loc
Mega Sage

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.