Work notes created in the sys_journal_field table are not appearing in the record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 12:21 PM
Hello,
I created a journal entry for work notes in the sys_journal_field table for an incident record, but the work notes are not showing when I open the record.
Thanks,
SR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 12:26 PM
Hi @Reddy ,
Description
After posting a new Work note or a new Comment on form, the new data does not appear in the Activity Stream. Looking at the sys_journal_field table, we see that the new entry is being saved in this table. Also, the updated_on timestamp on the parent record does show a recent update.
Release or Environment
London
Cause
The cause might be that the table where the journal fields are being posted has auditing turned off.
Resolution
- Go to the sys_dictionary table and perform a search for the Table that does not show journal entries and Type is Collection
- Open the record
- Check the checkbox with the label 'Audit'
- Save
Warning: this will trigger indexing events.
If I could help you with your Query then, please hit the Thumb Icon and mark it as Correct !!
Thanks & Regards,
Sumanth Meda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 12:29 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 12:36 PM
Hi @Reddy ,
How you are adding worknotes ?
Through the script (or) manually ?
If I could help you with your Query then, please hit the Thumb Icon and mark it as Correct !!
Thanks & Regards,
Sumanth Meda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 12:39 PM - edited 03-12-2024 12:43 PM
I'm adding it manually. see below.