how to call a modal window widget in catalog client script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2018 06:36 AM
Hi Guys,
I am new to service portal. I have a widget to show a modal window. But how to call that particular widget in a catalog client script to replace GlideDialogwindow() is my question?
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2018 11:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2023 11:51 PM
where we need to write this code for getting into portal please explain me

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2021 05:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2021 12:55 AM
It Worked for me
Thanks,
Ankit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2022 08:46 PM
Any ideas, how we can pass value FROM widget TO Catalog client script ?
In my case, I have a spmodal window popping up on change of a particular field, there i'm calling a widget to show some radio options to select. Once the user selects any option and click on OK, it should send this selected value to catalog script from which i can set field values on the form.