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

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

 

I have also done same way, but my requirement is different, based on user domain Service request or catalog item should visible basically it domain specific, more than 3 domains in that case how should you implement could you please tell me approach