CMDB Relationship Editor

spandana3
Tera Contributor

HI All,

 

Currently we are having a Legacy Ci relationship editor for all the CI classes customer want to move form Legacy ci editor to CI Relationship, can we do this activity in bulk which can be applied for all the class, doing this manually will be huge task.

 

Kindly let me know if we can do this in BULK were it can be applied for all the classes.

 

 

1 ACCEPTED SOLUTION

Niklas Peterson
Mega Sage
Mega Sage

Hi,

The data is stored in the Element field of the sys_ui_element table. It's a bit tricky to know what table the section belongs to. That information is stored in sys_ui_section table. But if you want to update all then you can just update all formatters in the sys_ui_element.

Another thing that can make it complex is that not all CI classes are in the same Application scope. Some are in the Global but others can be in the CMDB CI Classes scope or other scopes as well.

 

Regards,
Niklas

View solution in original post

2 REPLIES 2

Niklas Peterson
Mega Sage
Mega Sage

Hi,

The data is stored in the Element field of the sys_ui_element table. It's a bit tricky to know what table the section belongs to. That information is stored in sys_ui_section table. But if you want to update all then you can just update all formatters in the sys_ui_element.

Another thing that can make it complex is that not all CI classes are in the same Application scope. Some are in the Global but others can be in the CMDB CI Classes scope or other scopes as well.

 

Regards,
Niklas

spandana3
Tera Contributor

HI Niklas 

 

I will try this solution and let you know, thanks for the response.