- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2018 01:35 AM
Hi All,
I am opening a slush bucket using below script in UI actions and passing a query to filter the values.
uri.set('sysparm_query', query);
action.setRedirectURL(uri.toString('sys_m2m_template.do'));
I there any wayu to nmake the filter readonly/hide as users can edit the filter and change the values?
Thanks
Harshad
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2018 02:02 AM
HI,
I found a way to do this.
uri.set('jvar_no_filter', 'true');
Thanks
Harshad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2018 01:41 AM
There is a previous thread with same question, maybe you can find some information there
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2018 01:50 AM
Hi,
Thank you for your reply.
I did look at it but that didn't actually help me to achieve the requirement.
any other options?
Thanks
Harshad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2018 02:02 AM
HI,
I found a way to do this.
uri.set('jvar_no_filter', 'true');
Thanks
Harshad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 05:43 PM
hi Harshad,
i would appreciate if you could give some more steps on how to do this.
where do i add the mentioned code (in the list control? where?)?
regards,
Max