- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2015 10:52 AM
I have created a module which shows up the received emails related to the logged in user.
But the issue here is that the user can click on the filters and remove the filters.
I checked the article
Restricting Filters and Breadcrumbs - ServiceNow Wiki
I tried creating a script include named 'sys_emailDisplayFilter' , and the function to set answer as true only for admin.
But when I impersonated as user with itil user, still the user can play with the filters/breadcrumbs.
How can I make the breadcrumb/filters readonly.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2015 11:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2015 10:56 AM
Ashwani,
Can you provide the Screenshot of the script include you are using?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2015 11:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2015 11:13 AM
Try to do cache flush by cache.do and see if it fixes the issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2016 07:40 AM