- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2025 01:02 AM
Interesting thing:
On the old platform you can use a view to display different fields in a form and/or list
Until now I believed: on workspace: you only have the workspace view (as defined in the page properties sys_ux_page_property)
Now I figured: you can display views using different views in the sys_ux_list.
Unfortunately the defined view in sys_ux_list is not honored when opening the record.
BUT (this is what I finally figured out), it IS possible to add /params/views/viewname to honor a view (ie. show different fields etc.)
I have, more than, one use case where i'd like to give a user the "choice" to switch a view.
I know I could achiev this somehow by adding to the URL /params/views/viewname.
but wouldn't it be nice, if the view given to the sys_ux_list would be honored?
how do you guys deal with such issues? do you have solutions?
best regards
Michael
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2025 01:14 AM
Hello @MichaelZischeck ,
This will resolve by Workspace View Rules. How to create it and more details mentioned on below link-
Please mark "Accepted as solution" if resolves your question & mark "Helpful" to understand the issue.
Supriya Waghmode |ServiceNow Consultant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2025 02:39 AM
actually... you can create an action which adds /params/views/viewname to the URL like:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2025 01:49 AM
Workspace view rules have been mentioned already which are much more flexible than core UI view rules.
Users can switch views, but it'll depend on your platform version and whether you're using the newer single record page
