We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Add Function to UI Section in Now Mobile Application

Lakshmi56
Tera Contributor

Hi all,

I created a function called "Create Request" of Type Navigation which navigates to launcher screen "Services".

I want to add this function to Now Mobile Homepage launcher screen (under My Tasks, My Requests...) but not in Quick Actions menu.

How to achieve this?

Create Request-function.pngPIC2.png

1 ACCEPTED SOLUTION

Muralidharan BS
Mega Sage

Hi Lakshmi,

create a navigation UI section in this table - sys_sg_navigation_section

example 

MuralidharanBS_0-1675112578931.png

In the related list add a new record, in the Icon Section Destination create a new one with the type Icon section destination function. 

Now link your function to that and it should look like below. 

MuralidharanBS_1-1675112736112.png

Finally add this to the applet launcher > hompage > body > section. 

MuralidharanBS_2-1675112801400.png

 

This should navigate you to the applet launcher or the screen you defined in the function.

Thanks

 

 

 

 

 

View solution in original post

6 REPLIES 6

Muralidharan BS
Mega Sage

Hi Lakshmi,

create a navigation UI section in this table - sys_sg_navigation_section

example 

MuralidharanBS_0-1675112578931.png

In the related list add a new record, in the Icon Section Destination create a new one with the type Icon section destination function. 

Now link your function to that and it should look like below. 

MuralidharanBS_1-1675112736112.png

Finally add this to the applet launcher > hompage > body > section. 

MuralidharanBS_2-1675112801400.png

 

This should navigate you to the applet launcher or the screen you defined in the function.

Thanks

 

 

 

 

 

Hi Muralidharan BS,

Thanks for the response.

I followed the steps mentioned by you.

In Now Mobile, Under Icon section nothing is visible.

Please find below screenshots.

Navigation1.pngnavigation2.pngnavigation3.pngnavigation4.png

Please let me now where are the modifications to achieve this.

Hi Murali,

Thanks for the response.

I followed the steps mentioned by you.

when I checked in Now Mobile an Icon was created but there is nothing in it so that I can navigate to Services Applet Launcher.

Please find below screenshots.

Navigation1.pngnavigation2.pngnavigation3.pngnavigation4.png

Please do let me know where the modifications are required so that I can achieve this functionality.

 

Thanks.

Hi @Muralidharan BS,

I have a doubt, 

In "Create Request" function there is a mandatory field called table under condition section.

which table should be selected there?