Database View access permissions to ITIL/non-admin user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2022 01:30 AM
Hi,
How can we give ITIL/non-admin user an authority to use Database Views.
Currently, user has only a read only access to DB views.
Any help is greatly appreciated.
Regards,
Hari

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2022 01:34 AM
Hi,
Database Views are vritual read-only tables. You can open it to be accessible (read-only) by modifying ACL of type read.
Are you looking for Write access? If so, it defeats the purpose of Database View which is supposed to be a virtual table that displays data using 2 or more tables.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2022 01:40 AM
Hi
Create a read ACL directly on the database view table to allow non-admin/ ITIL users to view database view records.
How?
Type Access Control in the navigation filter.
Select the Access Control (ACL) module.
Select the New action at the top of the list.
Under Operation, select Read, and under Name, select the name of the database view i.e. Incident SLA
Add the required roles needed to access the database view and click Submit.
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2022 10:13 PM
Hi
Glad to see my answer helped you, Kindly mark the answer as Correct & Helpful both such that others can get help.
Thanks,
Sandeep