ProjectsProjectClassifications
The Project Classification resource is used to view a 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 |
| ProjectsProjectId [KEY] | Long | Unique identifier of the project. |
| 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. |
| ActiveDate | Date | activedate |
| Finder | String | finder |
| FinishDate | Date | finishdate |
| OwningOrganizationName | String | owningorganizationname |
| PartyName | String | partyname |
| PersonId | Long | personid |
| PersonName | String | personname |
| ProjectId | Long | projectid |
| ProjectName | String | projectname |
| ProjectRole | String | projectrole |
| ProjectStatus | String | projectstatus |
| SearchAttribute | String | searchattribute |
| SourceApplicationCode | String | sourceapplicationcode |
| SourceProjectReference | String | sourceprojectreference |
| StartDate | Date | startdate |