Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

5 REPLIES 5

Hi @Lakshmi56 , In the function, if you wish to navigate to the applet launcher, then you can just set context as global and select applet launcher like below in destination,

MuralidharanBS_0-1675261229391.png