ChangeRequestStatus
Represents statuses used to classify and track the workflow state of change requests.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the change request status. |
| auditCreatedDateTime | Datetime | True |
The date and time when the change request status was created. |
| auditModifiedBy | String | True |
The user who last modified the change request status. |
| auditModifiedDateTime | Datetime | True |
The date and time when the change request status was last modified. |
| href | String | True |
The URL of the change request status resource. |
| id | String | False |
The unique identifier of the change request status. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the change request status record. |
| status | String | False |
The current status of the change request status record, such as active or inactive. |
| workflowType | String | False |
The workflow type associated with this change request status. |