Pass value from Client Script to HTML and use it in GlideRecord in UI Page
I have passed value from client side to HTML via something like below document.getElementById('process_id').value = "Testing"; I have set this value in <input type="text" name="process_id" id="process_id" size="75" style="width:50%;height:30px;mar...