ProjectStatus
Represents project statuses used to define workflow stages for projects, including entry restrictions for expenses, timesheets, purchasing, and invoice generation.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the project status. |
| auditCreatedDateTime | Datetime | True |
The date and time when the project status was created. |
| auditModifiedBy | String | True |
The user who last modified the project status. |
| auditModifiedDateTime | Datetime | True |
The date and time when the project status was last modified. |
| description | String | False |
The description of this project status. |
| disableExpenseEntry | Bool | False |
Indicates whether expense entry is disabled for projects assigned this status. |
| disableGenerateInvoice | Bool | False |
Indicates whether invoice generation is disabled for projects assigned this status. |
| disablePurchasingAPEntry | Bool | False |
Indicates whether purchasing and AP entry is disabled for projects assigned this status. |
| disableTimesheetEntry | Bool | False |
Indicates whether timesheet entry is disabled for projects assigned this status. |
| entity_Href | String | True |
The URL of the entity associated with this project status. |
| entity_Id | String | True |
The Id of the entity associated with this project status. |
| entity_Key | String | True |
The system-assigned key of the entity associated with this project status. |
| entity_Name | String | True |
The name of the entity associated with this project status. |
| href | String | True |
The URL of the project status resource. |
| id | String | False |
The unique identifier of the project status record. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the project status record. |
| status | String | False |
The current status of the project status record, such as active or inactive. |