Description: Activity codes are user-defined codes to classify and categorize activities according to the organization's and project's needs.
Field | Type | Description | Read-Only |
---|---|---|---|
CodeTypeName | String | The name of the activity code type. | Yes |
CodeTypeObjectId | ForeignKey | The unique ID of the activity code type. | No |
CodeTypeScope | Enum | The scope of the parent activity code type. | Yes |
CodeValue | String | The value of the activity code. | No |
Color | String | The Hex representation for the color. | No |
CreateDate | DateTime | The date this activity code was created. | Yes |
Description | String | The description of the activity code. | No |
LastUpdateDate | DateTime | The date this activity code was last updated. | Yes |
LastUpdateUser | String | The name of the user that last updated this activity code. | Yes |
ObjectId | String | The unique ID generated by the system. | No |
ParentObjectId | ForeignKey | The unique ID of the parent activity code. | No |
ProjectObjectId | ForeignKey | The unique project ID of the parent code type for this code if code type scope is 'Project' or 'EPS', null for code types with scope 'Global | Yes |
SequenceNumber | Int | The sequence number for sorting. | No |