UI Page on mobile platform

Attila Varga
Kilo Expert

Hi everyone!

I have a task to create a UI page. My boss said that the users will use this page from their mobile device. (only IPhone). So I had to create a mobile friendly UI page.

First time I thought that it will be a piece of cake, but I realized, that it is not so.

I've created a new UI Page, but I have no idea, how to load this page in phone.

Can somebody help me to solve this problem?

Thanks in advance,

Manrick

1 ACCEPTED SOLUTION

Attila Varga
Kilo Expert

Thank you for your kind attention and answer to my question.



I searched a lot in google, and finally the solution which solved my problem is to create a UI Macro and a UI Page. The macro contains an embed HTML tag which includes the created UI Page I needed to appear.



<embed src="myUIPage.do" style="width: 100%; height: 100%;" ></embed>



I've created a new mobile application menu. The path property of this app menu contains the following:


view/my_macro_name



When I tapped the menu on mobile device, the IU Page correctly appeared.



Attila


View solution in original post

4 REPLIES 4

mansoor3
Tera Contributor

Hi Attila,



If you create UI page,


- Do try it and it will open your UI Page in desktop


- Note the URL link.


- Login to your SN instance from you Iphone after logged, enter the noted URL (UI page) in the URL box.



Also you can use console to check the layout for mobile screen as below,


Untitled.png



-- Mansoor


Chuck Tomasi
Tera Patron

Hi Attila,



I'd recommend taking a look at Service Portal. It's a more modern design and responds better to mobile better.



Service Portal


Attila Varga
Kilo Expert

Thank you for your kind attention and answer to my question.



I searched a lot in google, and finally the solution which solved my problem is to create a UI Macro and a UI Page. The macro contains an embed HTML tag which includes the created UI Page I needed to appear.



<embed src="myUIPage.do" style="width: 100%; height: 100%;" ></embed>



I've created a new mobile application menu. The path property of this app menu contains the following:


view/my_macro_name



When I tapped the menu on mobile device, the IU Page correctly appeared.



Attila


M_Taimoor Jawai
Tera Expert

Hi Attila I have got similar assignment from my boss. can you guide me, did you created the UI page separately from servicenow and then embedded it on macro or what?

Thanks,

Taimoor