How to disable Mobile UI and redirect user to ESC
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2024 02:28 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2024 02:30 PM
Also sys_property glide.ui.m_agents - Value has been cleared