Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

*Mobile View Developer Tip!*

S_C Pressley
Kilo Guru

When experimenting with application views in your instance, using $m.do will transform your desktop into an impersonate-able "mobile view". But, reverting back to desktop view can be rather tricky. After your main url (https://dev#####.service-now.com) *right after .com*.... insert this extension ?sysparm_device=doctype 

this will revert you right back to your desktop view with no issues 🙂 Give it a try ! Happy Developing 

1 REPLY 1

S_C Pressley
Kilo Guru

When experimenting with application views in your instance, using $m.do will transform your desktop into an impersonate-able "mobile view". But, reverting back to desktop view can be rather tricky. After your main url (https://dev#####.service-now.com) *right after .com*.... insert this extension ?sysparm_device=doctype 

this will revert you right back to your desktop view with no issues 🙂