submit_for_approval
Request approval for any ServiceNow record by setting its approval field to requested. Specify table and sys_id; requires WRITE_ENABLED=true.
Instructions
Submit any record for approval by setting its approval field to "requested" (generic, not just change). Requires WRITE_ENABLED=true
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table of the record | |
| sys_id | Yes | sys_id of the record | |
| approval_field | No | Approval field name (default "approval") |