Resolved! Can I use GlideRecord in a Service Portal client script
This is a part of this question:So I have a custom form in a widget (Service Portal page).By submitting I'd like to store all the data to my table.Firebug says that gr.insert() is not defined:$('#submit').click(function(){ var gr1 = new...
