ProjectTemplatesProjectClassifications
The Project Classification resource is used to view project classification. A project classification includes a class category and a class code, wherein the category is a broad subject within which you can classify projects, and the code is a specific value of the category.
Columns
| Name | Type | Description |
| ProjectTemplatesProjectTemplateId [KEY] | Long | Unique identifier of the project template. |
| ProjectClassificationId [KEY] | Long | Unique identifier of the project classification. |
| ClassCategoryId | Long | Unique identifier of the project class category. |
| ClassCategory | String | Name of the project class category. |
| ClassCodeId | Long | Unique identifier of the project class code. |
| ClassCode | String | Name of the project class code. |
| CodePercentage | Decimal | Indicates the relative proportion of each class code when multiple class codes are associated with a single class category. The definition of the class category determines whether the sum of all class code percentages must equal 100. Valid values are numbers between 0 and 100. |
| CreatedBy | String | The user who created the record. |
| CreationDate | Datetime | The date when the record was created. |
| LastUpdatedBy | String | The user who last updated the record. |
| LastUpdateDate | Datetime | The date when the record was last updated. |
| Finder | String | finder |
| ProjectTemplateId | Long | projecttemplateid |