
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2016 07:42 AM
Hi everyone
I've checked the other posts in the community and found that I can either use a ScriptInclude "DisplayFilter" or the list control to restrict users to use the breadcrumb and filter.
But on our list control for sysapproval_approver no roles were set and the property "omit filter" was disabled.
The only scrit include, business rulle, or whatever with "DisplayFilter" was the incidentDisplayFilter Script Include.
The first thing I tried was setting the list control property "Filter roles" to public. After clearing the cache and reloading the navigator the filter and breadcrumb were still not visisble for ess users.
Then I created the following script include to achieve my goal and I also cleared the cache and reloaded the navigator. But still ess users aren't able to see it.
Any further suggestions? I tried it with different itil users...
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2016 06:59 AM
Hi all
I think the solution is:
You need to actively allow an ess user the filter. Either by setting the list control filter roles to pbulic or by adding a script inlcude that returns always true.
BUT: it's not working right away. Even if you clear the ServiceNow cache and the browser cache you have to wait several hours till it works.
In my case I recognized on the next work day that "by magic" it worked now.
So to all of you a big thank you for your posts.
Christina

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2016 06:37 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2016 04:36 AM
Hi Kalai
I'm a bit confused, didn't you read my post?
There was no script include there to allow it. I even added one to explicitly return true always.
And there is also no restriction on the list control. I already checked the other posts in the community.
So my question is: is there another way to surpress the showing of the filter? Other than list control or xxxDisplay filter method/Script Inlcude.
Greetings
Christina

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2016 06:59 AM
Hi all
I think the solution is:
You need to actively allow an ess user the filter. Either by setting the list control filter roles to pbulic or by adding a script inlcude that returns always true.
BUT: it's not working right away. Even if you clear the ServiceNow cache and the browser cache you have to wait several hours till it works.
In my case I recognized on the next work day that "by magic" it worked now.
So to all of you a big thank you for your posts.
Christina