- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2025 02:27 AM - edited 02-06-2025 02:30 AM
Hi All,
I have a requirement to show a pop up window containing two links : Google :https://google.com , SN :https://servicenow.com on user selecting values as Request Info. , general Inquiry in Category field in one of the Catalog Item . This popup will have a 'X' button & Done button to close the popup in either right side corners respectively. Please find attached for better understanding, expecting a result very close.
Thanks,
Shwetha
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2025 10:03 PM
Apparently, this is how I achieved it using just onchange client script as I found the UI page doesn't support in portal , also GlideDialogWindow was also not supporting in my instance.
Script :
Hope it helps 🙂
Thanks,
Shwetha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2025 11:46 PM
I already tried something like this but looks like GlideDialogWindow is not supported
Error: This catalog client script is not VA supported due to the presence of the following variables in the script: GlideDialogWindow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2025 10:03 PM
Apparently, this is how I achieved it using just onchange client script as I found the UI page doesn't support in portal , also GlideDialogWindow was also not supporting in my instance.
Script :
Hope it helps 🙂
Thanks,
Shwetha