Resolved! All fields on incident should be readonly once the state is changed to reolved
When state is Resolved, it should make all the fields read only on Incident form.I tried UI Policy - but it is making only few fields read-only. function onCondition() {var fields = g_form.getEditableFields(); for (var x = 0; x < fields.length; ...