How servicenow show work notes in a record

PAULO CESAR FIL
Tera Contributor

Hello guys.

I would to know how servicenow show the comments in a record I mean what script or Business Rule load the comments or work notes when someone enter in the record ? Someone Know ?

1 ACCEPTED SOLUTION

Allen Andreas
Administrator
Administrator

Hello,

If you're asking what shows the past comments in the activity log when you view a record, then that is via the journal entry table and history line tables.


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

View solution in original post

2 REPLIES 2

Allen Andreas
Administrator
Administrator

Hello,

If you're asking what shows the past comments in the activity log when you view a record, then that is via the journal entry table and history line tables.


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

Mr_X
Mega Guru

Hi,

 

All comments are stored in sys_journal_field table(use sys_journal_field.filter in the filter navigator and filter element id with the sysid of the record you are searching).