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

How to redirect UI action to UI page?

Sumer Sharma
Tera Contributor

Hi Everyone

I have created one UI action on incident table and want whenever I click on that UI action, it should redirect me to the Ui page which I created. So how can we achieve it?

 

Thanks

1 REPLY 1

abhijain39
Tera Expert

Hi @Sumer Sharma  you can use "GlideDialogWindow" in UI action which is client side one. this should work. you can find so many reference on community for source code or sample code.

 

Thanks!--AJ