cgauss 0 Posted August 13, 2014 I setup a custom table for something I am working on. plugin_fortigate I want to display a Data List using a SQL Query off of this table. When I log in as an admin user, I can see the Data List and it is populated. When I log in as a NOC User I see the tab but nothing it displayed in the Data List. How do I get this to display for a NOC User? Do I need to set permissions somewhere? Share this post Link to post Share on other sites
rgreen83 2 Posted August 14, 2014 Im having the same issue with the 2 mailpassview and pst finder custom tabs, admins can see everything, techs can see the tab and the script commands but not the data list. The only thing I have determined so far is the correlation that they are all 3 data list tabs and all the rest that dont display this issue are html tabs. So long story short I think I am looking for an answer to the same question. Share this post Link to post Share on other sites
Groden 0 Posted August 21, 2014 We have the same issue, the least supported way to fix it was to update permissions on the table directly in mysql. I wrote a permission manager plugin and used ipermission interface to grant permissions to custom tables, it isn't pretty but it works. Share this post Link to post Share on other sites
rgreen83 2 Posted August 23, 2014 I had to give "Select" permission to everyone to allow them to see data lists Share this post Link to post Share on other sites