- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2016 08:10 AM
Howdy Folks,
As an Admin I created a REPORT based upon the CATALOG TASK table (sc_task.) The CONDITIONS select one particular type of TASK, and the items to be listed are a mixture of fields found in the SC_TASK table (i.e. NUMBER) and those found as Variables of a CATALOG REQUEST (i.e. SHIPPING REQUEST.Customer)
The problem is that I see ALL the selected items in my dashboard gauge associated with this report.
And anyone NOT an admin sees only the "NUMBER" column as if the 'variables' are somehow being restricted via an ACL.
How do I get the Variable Items to get listed for non-admins?
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2016 10:36 AM
The Real Answer is to give ITIL or PUBLIC role READ access to
sc_item_option
item_option_new
sc_item_option_mtom
Then the gauge starts showing the Variable-based columns on the User's dashboard.
Thanks to Mr. Dhaygude for starting me down the wryte path.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2016 08:31 AM
I think you should give the access to users on the item_option_new and sc_item_option_mtom table. Not sure if that will work but I think this is what restricting the non-admins from viewing the variables.
Kind regards,
Sourabh D
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2016 08:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2016 08:55 AM
And I just added the USER role to these but still no joy :<
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2016 10:36 AM
The Real Answer is to give ITIL or PUBLIC role READ access to
sc_item_option
item_option_new
sc_item_option_mtom
Then the gauge starts showing the Variable-based columns on the User's dashboard.
Thanks to Mr. Dhaygude for starting me down the wryte path.