Make the filter disable or read only or fixed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2017 03:46 AM
I want to make the filter which I have applied using script include read only or fixed so that user can't change it. How should I do using scripts?I used the parameter sysparm_fixed_query to active = true but it doesn't get applied. Could some one answer this or has done it before using scripts?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2017 04:15 AM
You can omit the filter using list layout of the table.
configure on list > list layout
check the check box of omit filter
If you do like that, the filter will not shown to you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2017 04:22 AM
I want that filter to show when some one searches the records but user should not be able to modify the filter which I have applied. For eg if I applied Operational Status is Operational in CIs, this should filter should be disabled. I don't want to hide it.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2017 04:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2017 04:40 AM
That will hide the filter and I want that filter to show when some one searches the records but user should not be able to modify the filter which I have applied. For eg if I applied Operational Status is Operational in CIs, this should filter should be disabled using scripts. I don't want to hide it.