Show A Dialog Containing Record List with Check Boxes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2016 10:06 PM
Hi,
I am trying to show a list of record in a popup when user clicks on a UI Action. I have gone through http://wiki.servicenow.com/index.php?title=Displaying_a_Custom_Dialog#gsc.tab=0
but i have an additional requirement that i want to have check-boxes with the record list, and when the user selects the records from the popup and closes the window pass the data back to the parent window.
Is that possible? if yes please guide me to the soution
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2016 11:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-31-2016 12:56 AM
Thanks Tanumoy for your time, i saw the post but not sure how the seletecd records will be accesible in the parent form when the users closes the form?
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-31-2016 01:05 AM
For setting the value from the dialog window to the parent form, below link may help you:
GlideDialogWindow: QuickForms - ServiceNow Guru

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2016 11:42 PM
Hi John,
If you are creating a custom ui page then while traversing a list of records use the check box tag.
Extensions to Jelly Syntax - ServiceNow Wiki
Thanks
Akhil
Hit Like/helpful/correct, if applicable.