How to redirect UI action to UI page?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2024 01:26 AM
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
Labels:
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2024 02:02 PM
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