Tracking CIs in special conference rooms
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2025 11:49 AM
The requirement is to have a list of conference rooms that are only used by VIPs and to keep track of the CIs in the rooms (audio/visual, telecom, etc) so that these facilities are always available and in top condition.
Since there's not a class for conference rooms in the CMDB, the plan is to use the cmn_location table to identify the conference rooms, then to add a related list for cmdb_ci and sys_user so that each location can have m2m users identified (VIP users who would likely be using that room) and o2m config items that are assigned/installed in that specific room.
The related lists would need to have an "edit" button and may need a little scripting or ACL work since location is a reference field on the sys_user table and it's typically a one-to-one ratio.
Has anyone come across a requirement like this and had any luck with a different designed solution?