How to FORCE a UI View in a module

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2016 01:02 PM
We have a module on Change > Create New.
I would like to FORCE that module to ALWAYS open the create new form with the default view.
I edited the Application Menu and added the name of the view.
However, it does not work! If the user has another view (such as the approval view) open prior to clicking Create New, it stays with the previous view and does NOT force the default view.
I also tried sysparm_view=default
That did not work either.
How to force the view every time the module is open?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2019 04:59 AM
Hi!
If you want to Overwrite user preferences, try to use on Arguments field Molule
this: sysparm_view_forced=true&sysparm_userpref_module=false
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-09-2021 11:56 AM
sysparm_view_forced=true&sysparm_userpref_module=false
^^ this resolved it for me!!! Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-09-2022 01:49 PM
This worked!
But I now have a problem of sysparm_query=GROUPBYfield not working
Do you know if it is possible to do both?