Approval
Represents approval process instances, tracking workflow approvals and their status in Salesforce.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the approval request record. | |
| IsDeleted | Boolean | True |
Indicates whether the approval record has been deleted. | |
| ParentId | String | False |
Contract.Id |
ID of the record being submitted for approval, such as an Opportunity or Case. |
| OwnerId | String | False |
User.Id |
ID of the user or queue that currently owns the approval request. |
| CreatedDate | Datetime | True |
Timestamp when the approval request was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who submitted the approval request. |
| LastModifiedDate | Datetime | True |
Timestamp of the most recent update to the approval record. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the approval request. |
| Status | String | False |
Current status of the approval request, such as Pending, Approved, Rejected, or Removed. | |
| RequestComment | String | False |
Optional comment provided by the user when submitting the record for approval. | |
| ApproveComment | String | False |
Optional comment added by the approver when approving or rejecting the request. | |
| SystemModstamp | Datetime | True |
System-generated timestamp indicating the last modification to the record. |