All the fields get read only when incident closed
Please help me with this script(I've created a custom incident form)function onLoad() { //Type appropriate comment here, and begin script below var incidentState = g_form.getValue('state'); var editableFields = g_form.getEditbleFields(); ...
