ProjectType
Classifies projects by type, linking them to parent classifications, statuses, and additional metadata.
Columns
| Name | Type | ReadOnly | Description |
| Name [KEY] | String | False |
Unique name of the project type. |
| Parent_name | String | False |
Name of the parent project type, if applicable. |
| Status | String | False |
Current status (e.g., Active, Inactive) of the project type. |
| Recordno | Int64 | False |
Unique identifier for the project type record. |
| Whencreated | Datetime | False |
Timestamp indicating when the project type was created. |
| Whenmodified | Datetime | False |
Timestamp indicating when the project type was last modified. |
| Createdby | Int64 | False |
User ID of the person who created the project type. |
| Modifiedby | Int64 | False |
User ID of the person who last modified the project type. |
| Megaentitykey | Int64 | False |
Key for the mega entity associated with the project type. |
| Megaentityid | String | False |
Identifier for the mega entity associated with the project type. |
| Megaentityname | String | False |
Name of the mega entity associated with the project type. |
| Record_url | String | False |
URL linking to the record of the project type. |