We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Which table is this field saved in?

lzj
Tera Contributor

Thank you very much for your help

find_real_file.png

5 REPLIES 5

ABHAY_M
Tera Guru

Journal fields technically don't store data in the table that the Journal field is on, but instead, create entries in the Journal Entries [sys_journal_field]table. These journal entries, along with other values corresponding to changes to audited fields from the Sys Audits [sys_audit]History [sys_history_line], and Record History[sys_history_set]tables, are displayed in the Activity formatter.


If my answer solved your issue, please mark my answer as Correct & ????Helpful.

Thanks