How to activate mobile version of a scoped app in app engine studio?

ShuRiseUp2023
Tera Expert

Hi community,

we have created a desktop UI scoped app and want to enable mobile version. We heard that we can activate the mobile version in App Engine Studio, Is it true? Or how to enable the mobile version of the app? Do we have to build the mobile version using mobile app builder or add new mobile experience in app engine studio?  Is there a easy and fast way to create the mobile version?

Thanks

1 ACCEPTED SOLUTION

Yes... adding a mobile interface to your application would require a bit of development, but the good news is that most or all of it will just be configuration, no custom coding. 

 

Some people make their mobile interface in the same scope as their app and others will make a separate scope for just the mobile part. 

 

Either way, it's very easy to get up and running by doing it in App Engine Studio. Once created, the interface in AES is basically just displaying Mobile Studio, but AES has a nice wizard ahead of time to get you up and running faster. 

 

If you have not rolled out any ServiceNow Mobile capabilities with your instance yet, then there is a whole other conversation about rolling out Mobile, then the app. 

 


--------------------------------------------------
Workflow Cowboy
LinkedIn: https://www.linkedin.com/in/dalestubblefield/
YouTube: https://www.youtube.com/@starlordnow

View solution in original post

6 REPLIES 6

WORKFLOW-COWBOY
ServiceNow Employee
ServiceNow Employee

If you are in the app in App Engine Studio, you should be able to go to "Experiences" -> "Add" -> "Mobile Experience". 

WORKFLOWCOWBOY_0-1729623281761.png

 

If you don't see this option, then you might be missing a plugin called "AES Mobile Templates" and/or "AES Mobile Wizards". 

 

 

--------------------------------------------------
If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful." This action benefits both the community and me. Thanks!


--------------------------------------------------
Workflow Cowboy
LinkedIn: https://www.linkedin.com/in/dalestubblefield/
YouTube: https://www.youtube.com/@starlordnow

Thanks, so that still involes some development, right? 

Yes... adding a mobile interface to your application would require a bit of development, but the good news is that most or all of it will just be configuration, no custom coding. 

 

Some people make their mobile interface in the same scope as their app and others will make a separate scope for just the mobile part. 

 

Either way, it's very easy to get up and running by doing it in App Engine Studio. Once created, the interface in AES is basically just displaying Mobile Studio, but AES has a nice wizard ahead of time to get you up and running faster. 

 

If you have not rolled out any ServiceNow Mobile capabilities with your instance yet, then there is a whole other conversation about rolling out Mobile, then the app. 

 


--------------------------------------------------
Workflow Cowboy
LinkedIn: https://www.linkedin.com/in/dalestubblefield/
YouTube: https://www.youtube.com/@starlordnow

Thank you very much. May I ask more about the rolling out Mobile? Just curious.