Description: Project codes are user-defined codes to classify and categorize projects across the enterprise.
Field | Type | Description | Read-Only |
---|---|---|---|
codeTypeId | ForeignKey | The unique ID of the project code type. | No |
codeTypeName | String | The name of the project code type. | No |
codeValueCode | String | The value of the project code. | No |
codeValueId | String | The unique ID generated by the system. | No |
codeValueName | String | The name of the project code. | No |
description | String | The description of the project code. | No |
parentId | ForeignKey | The unique ID of the parent project code. | No |
sequenceNumber | Int | The sequence number for sorting. | No |