run_fix_script
Execute a ServiceNow fix script by name or sys_id. Apply scripted fixes on the server when WRITE_ENABLED and SCRIPTING_ENABLED are true.
Instructions
Execute a fix script (sys_script_fix) by name or sys_id on the server. Requires WRITE_ENABLED=true and SCRIPTING_ENABLED=true
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Fix script name | |
| sys_id | No | sys_id of the fix script |