- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2016 12:53 AM
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
Solved! Go to Solution.
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2016 10:52 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2016 01:48 AM
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,
-- Mansoor

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2016 03:51 AM
Hi Attila,
I'd recommend taking a look at Service Portal. It's a more modern design and responds better to mobile better.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2016 10:52 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2023 06:34 AM - edited ‎04-04-2023 06:35 AM
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