TimesheetApprovalRecord
Represents approval records for timesheet entries, capturing the approval stage, approver assignments, workflow state, and associated timesheet and timesheet line references.
Columns
| Name | Type | Description |
| approvalLevel | String | The approval level assigned to this timesheet approval record. |
| approvalStage | Int | The numeric stage of the approval workflow for this timesheet approval record. |
| approvalType | String | The type of approval applied to this timesheet approval record. |
| approvedBy_Href | String | The URL of the user who approved this timesheet approval record. |
| approvedBy_Id | String | The Id of the user who approved this timesheet approval record. |
| approvedBy_Key | String | The system-assigned key of the user who approved this timesheet approval record. |
| approver_Href | String | The URL of the designated approver for this timesheet approval record. |
| approver_Id | String | The Id of the designated approver for this timesheet approval record. |
| approver_Key | String | The system-assigned key of the designated approver for this timesheet approval record. |
| comments | String | The comments recorded on this timesheet approval record. |
| completedBy_Href | String | The URL of the user who completed the approval action for this timesheet approval record. |
| completedBy_Id | String | The Id of the user who completed the approval action for this timesheet approval record. |
| completedBy_Key | String | The system-assigned key of the user who completed the approval action for this timesheet approval record. |
| href | String | The URL of the timesheet approval record resource. |
| id | String | The unique identifier of the timesheet approval record. |
| initiatedBy_Href | String | The URL of the user who initiated the approval workflow for this timesheet approval record. |
| initiatedBy_Id | String | The Id of the user who initiated the approval workflow for this timesheet approval record. |
| initiatedBy_Key | String | The system-assigned key of the user who initiated the approval workflow for this timesheet approval record. |
| key [KEY] | String | The system-assigned key that uniquely identifies the timesheet approval record. |
| recordDate | Date | The date on which this timesheet approval record was created. |
| state | String | The current state of this timesheet approval record, such as pending or approved. |
| timesheetLine_Href | String | The URL of the timesheet line associated with this timesheet approval record. |
| timesheetLine_Id | String | The Id of the timesheet line associated with this timesheet approval record. |
| timesheetLine_Key | String | The system-assigned key of the timesheet line associated with this timesheet approval record. |
| timesheetLine_LineNumber | Int | The line number of the timesheet line associated with this timesheet approval record. |
| timesheet_Href | String | The URL of the timesheet associated with this timesheet approval record. |
| timesheet_Id | String | The Id of the timesheet associated with this timesheet approval record. |
| timesheet_Key | String | The system-assigned key of the timesheet associated with this timesheet approval record. |