How do you pass field values to a GlideModal window?
I'm using GlideModal to generate a popup window to load a form. I need to preset one of the fields (parent) to the sys_id of the form that generated the popup. I tried using setPreference('field', value) but that isn't setting the field and I don't ...
