add_adhoc_approver
Insert an ad-hoc approver into an in-flight approval on a record by creating a sysapproval_approver row; requires WRITE_ENABLED=true.
Instructions
Add an ad-hoc approver to an in-flight approval on a record (inserts a sysapproval_approver row). Requires WRITE_ENABLED=true
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| record | Yes | sys_id of the record under approval (sets sysapproval) | |
| approver | Yes | sys_id of the user to add as approver | |
| source_table | No | Table of the source record (source_table field) |