- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2023 11:09 PM
Hello Team
How to use IFRAME In UI action to open the URL within ServiceNow.
Regards
Anil Sharma
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2023 12:27 AM
Hi @anilkumarsharma ,
You can use g_navigation.open('url') in the client side script of the UI action, such as this:
If my answer has helped with your question, please mark it as correct and helpful
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2023 11:13 PM
can you help on this ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2023 12:27 AM
Hi @anilkumarsharma ,
You can use g_navigation.open('url') in the client side script of the UI action, such as this:
If my answer has helped with your question, please mark it as correct and helpful
Thanks!