- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2023 03:23 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2023 06:25 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2023 06:25 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2023 04:02 AM
HI Niklas
I will try this solution and let you know, thanks for the response.