- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2023 02:16 AM
Hi,
i created a new custom table called 'Operational Activity'. I created two fields: Additional comments and Work notes both of type Journal Input. Then I added a new Section called 'Notes' and inside this section I added these 3 fields:
Additional Comments
Work Notes
Activities(filtered)
For some reason, I dont see the 'Post' button and Im not able to add comments and then see them in the activity:
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2023 02:39 AM
- Navigate to system definitions > dictionary ServiceNow Docs
- Search for your table you’re adding it to, in this example test_table and enable auditing.
- Navigate to sys_properties.list using the filter navigator, find the name *glide.ui.test_table_activity.fields
- In the “Value” field add “,u_custom_field_1, u_custom_field_2” (names of jour journal fields)
- Navigate to the form, go to the filter activity icon , select “Configure Activities”, add field names and save
.
6. Navigate to sys_properties.list create “glide.ui.activity_stream.style.u_field_name” or you can copy “glide.ui.activity_stream.style.comments”, Make sure it is “String” for the type, and choose your color for the Value.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2023 02:39 AM
- Navigate to system definitions > dictionary ServiceNow Docs
- Search for your table you’re adding it to, in this example test_table and enable auditing.
- Navigate to sys_properties.list using the filter navigator, find the name *glide.ui.test_table_activity.fields
- In the “Value” field add “,u_custom_field_1, u_custom_field_2” (names of jour journal fields)
- Navigate to the form, go to the filter activity icon , select “Configure Activities”, add field names and save
.
6. Navigate to sys_properties.list create “glide.ui.activity_stream.style.u_field_name” or you can copy “glide.ui.activity_stream.style.comments”, Make sure it is “String” for the type, and choose your color for the Value.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2023 02:50 AM
@Peter Bodelier hi its working in the Backend but its not working in Service Operation Workspace. any suggestion please?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2023 02:57 AM
Hi @Alon Grod,
Have you changed the SOW view as well?
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.