CMDB table that could be associated with application and roles for a User
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2023 06:58 AM
I have a requirement I need to store different applications and associate roles with the application in service now and would also need to associate an Application with an user.
I could see the cmdb_ci_appl table and also the cmdb_rel_user_type, where Application is associated with a user but I don’t see any table or field specific applications associated to roles.
Would need to use a CMDB table
Example :
Service Now is an application and it has multiple roles associated with it like admin, ITIL
Similarly I would have many applications and roles associated with the application as might need to use this data in front end forms /catalogs.
Hence a CMDB table with an application with user relationship and role relationship
Could you suggest what would be the best approach here?
If there is an OOTB form that could accommodate the requirement it would be helpful.
Creating a new table or field should be the last option.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2023 12:36 AM
Hi,
For this use case I would go with a Many to Many (M2M) table to connect records from the two tables. This would enable one application to connect many roles and one role to connect to many applications.
Regards,
Niklas