system_journal_field
Stores journal entries for field-level updates, allowing audit tracking of changes over time.
Columns
| Name | Type | ReadOnly | References | Description |
| sys_id [KEY] | String | False |
Provides the system identifier (sys_id) for the journal field entry record. | |
| element | String | False |
Specifies the field within a record where the journal entry was made, such as comments or work notes. | |
| element_id | String | False |
References the sys_id of the record associated with this journal entry, such as an incident or task record. | |
| name | String | False |
Indicates the table name to which this journal entry belongs, for example, 'incident' or 'task'. | |
| sys_created_by | String | False |
Identifies the user who created the journal entry. | |
| sys_created_on | Datetime | False |
Records the date and time when the journal entry was created in the system. | |
| sys_tags | String | False |
Contains tags or metadata used to categorize or identify journal entries within the system. | |
| value | String | False |
Stores the actual text or content of the journal entry, such as notes, comments, or updates. |