How to set view rule for list view only
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2018 01:31 AM
Hi,
I'm familiar with view rules that allow to enforce a specific view on form, according to defined conditions.
Does anyone know how to achieve the same functionality for lists? is there an option like that?
Thank you!
- Labels:
-
Team Development
-
User Interface (UI)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2018 03:59 AM
HI Eli,
Can you check Self Service Section.
Whenever we open incident from this section we are forced to self service view on list as well as forms if we open incident from this list.
This will help you.
In this, on application menu configuration they have specified View which should be used.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2018 04:31 AM
Hi Eli,
If you make a view rule with script (advanced checked) there is a variable is_list that you can check. if it's a list, this variable is true. So then you can base the script to put a specific view when it's true and something else when it's false:
Control when the system displays a view