Comments
Logs comments linked to various objects, including creation details and modification histories.
Columns
| Name | Type | ReadOnly | Description |
| Recordno [KEY] | String | False |
A unique identifier for the comment record. |
| Obj_id | Int64 | False |
The ID of the object associated with the comment. |
| Obj_def_id | Int64 | False |
The definition ID of the object associated with the comment. |
| Comment_text | String | False |
The text content of the comment. |
| Createdbyuser | String | False |
The username of the user who created the comment. |
| Created_at | Datetime | False |
The date and time when the comment was created. |
| Updatedbyuser | String | False |
The username of the user who last updated the comment. |
| Updated_at | Datetime | False |
The date and time when the comment was last updated. |
| Record_url | String | False |
A URL providing direct access to the comment record. |