The CreatorCon Call for Content is officially open! Get started here.

How to FORCE a UI View in a module

Katie A
Mega Guru

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?

Screen Shot 2016-03-10 at 4.02.22 PM.png

22 REPLIES 22

jonascosta
Tera Contributor

Hi!

If you want to Overwrite user preferences, try to use on Arguments field Molule

this: sysparm_view_forced=true&sysparm_userpref_module=false

 

find_real_file.png

sysparm_view_forced=true&sysparm_userpref_module=false

^^ this resolved it for me!!! Thank you!

This worked!

 

But I now have a problem of sysparm_query=GROUPBYfield not working

Do you know if it is possible to do both?