Description: Project codes are user-defined codes to classify and categorize projects across the enterprise.
Field | Type | Description | Read-Only |
---|---|---|---|
CodeTypeName | String | The name of the project code type. | Yes |
CodeTypeObjectId | ForeignKey | The unique ID of the project code type. | No |
CodeValue | String | The value of the project code. | No |
CreateDate | DateTime | The date this project code was created. | Yes |
CreateUser | String | The name of the user that created this project code. | Yes |
Description | String | The description of the project code. | No |
LastUpdateDate | DateTime | The date this project code was last updated. | Yes |
LastUpdateUser | String | The name of the user that last updated this project code. | Yes |
ObjectId | Int | The unique ID generated by the system. | No |
ParentObjectId | ForeignKey | The unique ID of the parent project code. | No |
SequenceNumber | Int | The sequence number for sorting. | No |
Weight | Int | The weight for this project code. | No |