update command patches one or more fields on a record identified by sys_id. Provide field values as key=value pairs after the sys_id.Update a record by sys_id.
update command patches one or more fields on a record identified by sys_id. Provide field values as key=value pairs after the sys_id.sn update <table> <sys_id> key=value [key=value...] Update a record by sys_id.
| Name | Required | Description |
|---|---|---|
| table | Yes | The table containing the record. |
| sys_id | Yes | 32-char sys_id of the record to update. |
| key=value | Yes | One or more field assignments. |
sn update sys_script_include abc123 active=false