Track
Holds a collection of track items, such as usage logs or progress markers, for auditing and analysis.
Columns
| Name | Type | ReadOnly | Description |
| Createdat | Datetime | True |
The date and time when the track item was created. |
| Createdby | String | True |
The user who created the track item. |
| Name | String | False |
The name of the track item. |
| Id [KEY] | Long | True |
The unique identifier of the track item. |
| Track_description | String | False |
A description of the track item. |
| Updatedat | Datetime | True |
The date and time when the track item was last updated. |
| Updatedby | String | True |
The user who last updated the track item. |
| Comment | String | False |
Any additional comments for the track item. |
| Record_url | String | True |
The URL for accessing the track item record. |