UI Policy for MVR Mandatory not working

EricG
Kilo Sage

I've read through the various articles about using UI Policies to make your MRV Mandatory.

 

While most posed questions seem to be resolved by this answer, I like another one I saw am still not able to make this work in the Now Experience or in UI16.   Portal view is working.

 

I've tried using a On Load client script to no avail. (avoiding using an On Submit Validation scrip).

 

What property maybe causing this or needs to be set?  The MRV is new and i have only one UI Policy on the form.

EricG_0-1690895667429.png

EricG_1-1690895711554.png

 

 

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hi @EricG ,

- Go to the System Property "glide.sc.use_sc_form_v2" record using this URL: https://<INSTANCE-NAME>.service-now.com/sys_properties.do?sys_id=d8f08a9b138e5300e4493d27d144b006
- Change its value to 'true'
- Save the record
- Clear the cache by performing cache.do in the application navigator
- Now, try out the affected record producer

 

View solution in original post

8 REPLIES 8

Hello @Sandeep,

I couldn't find the property "glide.sc.use_sc_form_v2" in the sys_properties list.
Do you know, why I cannot find this record?

Thank you in advance.

EricG
Kilo Sage

@Community Alums  Thank you so much for that tip.   I tried looking everywhere.

 

That definitely was the issue.

Community Alums
Not applicable

Am glad to hear @EricG , that i could help you 😊

Jim Coyne
Kilo Patron

Just telling someone to add or change a System Property is not a very good answer, and in fact can be dangerous: adding/changing it can have repercussions elsewhere that may not be seen right away.  The change needs to be understood before being implemented.

 

That being said, what version is your instance on?  The problem seems to have appeared in Tokyo Patch 1 - link to KB article.  I have it running just fine in Tokyo Patch 9, Hotfix 2:

 

JimCoyne_0-1691550380769.png