- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2023 03:43 PM - edited ‎03-16-2023 04:08 PM
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 ?
Solved! Go to Solution.
- 961 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2023 07:12 PM
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2023 07:12 PM
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2023 08:06 PM
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).