Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

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.