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.

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

AbhishekJainAJ
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