Resolved! How to get URL param values in record producer for Service portal?
HelloI would like to add values in my form using url but it doesn't work. I made a client script: function onLoad() { var serviceinput = getParameterValue('sysparm_service'); if (varserviceinput) { g_form.setValue('category', 'service'); g_form.setV...
