How to make a default filter on Slush bucket to either hide/read-only??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2017 03:15 AM
Hi can anyone help me out on how to make a slush bucket filter to hide/read-only..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2017 04:58 AM
Please write this on load client script and test.
function onLoad() {
//Type appropriate comment here, and begin script below
document.getElementById("problem.incident.problem_id_filter_toggle_image").style.display="none";
}
Thanks,
Mihir

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2017 04:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2017 10:30 PM
hi
You can add no filter in default value of that variable so user cannot able to see the filter option .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2017 11:20 PM
True, but that doesn't work for condition type variable on a table. It works only on list-collector variable on catalog form.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2022 05:11 AM
Hello,
How did you solve it? I have a similar task.
Thank you,
Elena