How to create a ui action on service portal

SNow35
Giga Guru

Hi All,

I have a requirement to create a new button beside Service Catalog(as shown below) which will redirect to another page.

portal.PNG

Please let me know how I can achieve this.

Regards,

Shugufta.

8 REPLIES 8

vab_13
ServiceNow Employee
ServiceNow Employee

Only Server Side UI Actions will be visible in the Portal and not the client side. Is your UI Action Server Side?


How to create UI Button or Link in Service Portal??



For Client UI Actions in Service Portal: You can try leveraging:


g_form.getActionName()


This returns your UI Action name and you can make a condition there.



You may also consider developing custom widgets for it:



Widgets


Create a widget


Widget Editor


Widget scripting





Ujjawal Vishnoi
Mega Sage
Mega Sage

Hi Shugufta,



Go to portals under service portal. Open 'SP Header Menu'   from main menu. Create menu item under menu item.


find_real_file.png



If you want submenu under any particular menu then open that item and then create one else create the menu item in the window mentioned above.



Hope this helps.



Regards


Ujjawal


Hi Ujjawal,



Can you tell me where I can mention my link here?



Regards,


Shugufta.