system_journal_field
The ServiceNow table system_journal_field.
Columns
| Name | Type | ReadOnly | References | Description |
| sys_id [KEY] | String | False |
The unique identifier for each journal entry. | |
| element | String | False |
The field name of the record that was changed (for example, comments, work_notes). | |
| element_id | String | False |
The sys_id of the record that the journal entry is associated with (for example, the sys_id of the incident record). | |
| name | String | False |
The table name that the journal entry is associated with (for example, incident, task). | |
| sys_created_by | String | False |
The user who created the journal entry. | |
| sys_created_on | Datetime | False |
The date and time when the journal entry was created. | |
| sys_tags | String | False |
The sys_tags column for the table system_journal_field. | |
| value | String | False |
The text content of the journal entry. |