How to create popup for specific record in list view in "Action Check Boxes"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-29-2016 01:45 AM
I can get the popup window for the specific data within the page through " g_form" object and "GlideDialogForm"
as like the snippet :
But I want to open the popup from the list view for the selected incident from the "Action Check Boxes",
problem is that I am unable to get the sys_id for the selected Incident in the list view, through "g_form" we can get the sys_id if we have open the incident page.
how to get the sys_id in this scenario, if I will get the sys_id in my UI Action Scripts then I think I will be able to show the incident data in popup window.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-30-2016 12:03 AM
Thanks for pointing out the calling function.
I tried with all the trick by cache.do, clearing browser cookies,cache etc... it's not appearing in the menu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2017 04:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-30-2016 12:26 AM
Hmm, I can see same it in my instance.Have you tried in multiple table lists. And also check for any browser console errors.