Show A Dialog Containing Record List with Check Boxes

thisisauniqueus
Giga Expert

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,

6 REPLIES 6

tanumoy
Tera Guru

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


For setting the value from the dialog window to the parent form, below link may help you:



GlideDialogWindow: QuickForms - ServiceNow Guru


Inactive_Us1474
Giga Guru

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.