- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2023 12:55 AM
HI Team,
There is a requirement to create a work notes field in a custom table which is not extending the Task table. Any notes added to the work notes should show the user name and timestamp below as shown in activities in Incident
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2023 01:04 AM - edited 04-20-2023 01:06 AM
@Community Alums You need to add a Journal type field on your custom table
This how the field looks on the form along with the activity stream.
For more information please refer to https://docs.servicenow.com/en-US/bundle/utah-platform-administration/page/administer/field-administration/concept/c_JournalFields.html

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2023 01:04 AM - edited 04-20-2023 01:06 AM
@Community Alums You need to add a Journal type field on your custom table
This how the field looks on the form along with the activity stream.
For more information please refer to https://docs.servicenow.com/en-US/bundle/utah-platform-administration/page/administer/field-administration/concept/c_JournalFields.html

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2023 01:52 AM
The work Notes(u_work_notes) field you have created is global field right?
what if we want the field in scoped app? I have tried creating Journal Field into scope but it doesn't seems to be working.
Is there a need to create scoped activities formatter for it. I have also created scoped formatter but still no luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2023 10:13 AM - edited 10-18-2023 10:15 AM
You need to create Field Type as Journal Input and not Journal then add Activities Filtered below it from the form layout.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2023 01:10 AM
Hi,
To create a work notes field in a custom table that shows the user name and timestamp, you can follow these steps:
Create a new field: Navigate to the "Dictionary" module and create a new field in your custom table. Select "Journal" as the field type.
Configure the field properties: In the field properties, set the "Type" to "Work notes", and set the "Display" to "Journal".
Configure the journal field properties: Scroll down to the "Journal" section of the field properties and set the "Entry Type" to "Work notes".
Set the formatting: In the "Display Options" section, select "Show" for "User name" and "Timestamp".
Configure the security: Set the appropriate read and write security for the field based on your requirements.
Test the field: Create a test record in your custom table and add some work notes to the journal field. Verify that the user name and timestamp are displayed correctly.
By following these steps, you can create a work notes field in your custom table that shows the user name and timestamp for each entry, similar to the activities in Incident.
Thanks,
Rahul Kumar
Thanks,
Rahul Kumar