
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2019 11:47 AM
Hello, we have a dashboard that hosts a report widget of results from the live_message_tag table. The report displays all results where tag = opslog and created within 24 hours ago.
As an admin, I have no issues viewing the results of the report on the dashboard:
Any other user that is not admin cannot view the results due to security constraints:
I have checked the ACL on the live_message_tag table, and tried adding a role that all our users have (ITIL) to the ACL, but still it didn't allow them to view the results. I then toggled "Active" to false on the ACL completely, and users STILL cannot view the results, so I'm led to believe this ACL is not what grants access to view the results of this report on the live_message_tag table.
Can someone recommend a different location to check permissions etc.?
**Update - I have granted all users that should be seeing these results the "live_feed_admin" role and it still is NOT working. They cannot view results.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2019 06:54 AM
The ACL you already have is not for the table. It provides access to all the fields on the table. Since you dont have one for the table the default rules will apply. So please create one with access to table.
It should be Live Message tag> --None--
PFA
Please mark my response as correct and helpful if it helped solved your question.
-Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2019 01:36 PM
Let me try this in my PDI and i'll get back to you.
Please mark my response as correct and helpful if it helped solved your question.
-Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2019 01:43 PM
Thank you for any assistance you can provide.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2019 01:49 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2019 06:36 AM
I can confirm there is already an ACL in place for the live_message_tag table, granting users with the live_feed_admin role READ access to the table.
However, users with that role are still unable to view the table results.
I tried creating a new ACL granting the snc_internal role access but I am unable to select snc_internal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2019 06:54 AM
The ACL you already have is not for the table. It provides access to all the fields on the table. Since you dont have one for the table the default rules will apply. So please create one with access to table.
It should be Live Message tag> --None--
PFA
Please mark my response as correct and helpful if it helped solved your question.
-Thanks