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