Please tell me how to call UI page from server side script!
I was using client side UI actions.Show a popup using "confirm("text")",After clicking OK, execute the main processing server-side script with "GlideAjax".After saving the record using "g_form.save( );", I was supposed to pass the sys_id of the recor...
