Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to disable Mobile UI and redirect user to ESC

xhensilahad
Tera Expert

Somehow, an end user got redirected to the mobile UI on this link:   yourinstanceurl/$m.do#/home.

I need to deactivate the mobile UI and redirect user to esc.

 

Steps I have taken are:

  • Updated sys property glide.ui.m_enabled   -Value : 'False'
  • Created sys_property glide.entry.first.page.script - Value : new SPEntryPage().getFirstPageURL();
  • Created sys_property glide.entry.page.script - Value : new SPEntryPage().getLoginURL();
  • Created sys_property glide.entry.loggedin.page_ess -  Value: /esc

The mobile UI is still accessible and the user is not being redirected.

 

Thank you

1 REPLY 1

xhensilahad
Tera Expert

Also sys_property glide.ui.m_agents - Value has been cleared