The workflow_state field of kb_knowledge records is set to read only.SummaryHow is the workflow_state field of kb_knowledge records is set to read only?InstructionsThis is the expected behavior of the application. The field is intended as read-only and enforced by the 'Enable or disable form fields' client scriptnav_to.do?uri=%2Fsys_script_client.do%3Fsys_id%3D2d2d5013ff4131003f07ffffffffff92%26sysparm_record_list%3Dtable%253Dkb_knowledge%255EORDERBYorder%26sysparm_record_row%3D23%26sysparm_record_rows%3D28%26sysparm_record_target%3Dsys_script_client function onChange(control, oldValue, newValue, isLoading, isTemplate) { var editableFieldsMap = g_scratchpad.versioning ? g_scratchpad.versioning.editableFieldsMap : null; if (newValue == '') { g_form.setReadOnly("workflow_state", true); g_form.setReadOnly("kb_category", true); return;