ProjectStatus
Manages status definitions for projects, capturing constraints, creation data, and workflow metadata.
Columns
| Name | Type | ReadOnly | Description |
| Name [KEY] | String | False |
Unique name of the project status. |
| Description | String | False |
Description of the project status. |
| Preventtimesheet | Boolean | False |
Indicates if timesheets are restricted for this status. |
| Preventexpense | Boolean | False |
Indicates if expense reporting is restricted for this status. |
| Preventappo | Boolean | False |
Indicates if accounts payable operations are restricted for this status. |
| Preventgeninvoice | Boolean | False |
Indicates if invoice generation is restricted for this status. |
| Status | String | False |
The current status (e.g., Active, Inactive) of the project status entry. |
| Recordno | Int64 | False |
Unique identifier for the project status record. |
| Whencreated | Datetime | False |
Timestamp indicating when the project status was created. |
| Whenmodified | Datetime | False |
Timestamp indicating when the project status was last modified. |
| Createdby | Int64 | False |
User ID of the person who created the project status. |
| Modifiedby | Int64 | False |
User ID of the person who last modified the project status. |
| Megaentitykey | Int64 | False |
Key for the mega entity associated with the project status. |
| Megaentityid | String | False |
Identifier for the mega entity associated with the project status. |
| Megaentityname | String | False |
Name of the mega entity associated with the project status. |
| Record_url | String | False |
URL linking to the record of the project status. |