Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

what is the difference between audit entry and journal entry?

Kishore Babu S
Tera Contributor

1) In incident table one field is there that is Work notes: that is which type of field and when enterd data that data store where in system

2) what is the difference between audit entry and journal entry?

 

1 ACCEPTED SOLUTION

Jon Barnes
Kilo Sage
Audit tables store changes to any field if it is audited. This is in sys_audit. Journal entries are fields that allow new input each time a user enters text and submits. These are stored in sys_journal_field table.

View solution in original post

1 REPLY 1

Jon Barnes
Kilo Sage
Audit tables store changes to any field if it is audited. This is in sys_audit. Journal entries are fields that allow new input each time a user enters text and submits. These are stored in sys_journal_field table.