Why I cant add Additional comments and work notes in a custom table

Alon Grod
Tera Expert

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:

WhatsApp Image 2023-10-10 at 12.14.00.jpeg

WhatsApp Image 2023-10-10 at 12.14.26.jpeg

  

1 ACCEPTED SOLUTION

Peter Bodelier
Giga Sage
  1. Navigate to system definitions > dictionary ServiceNow Docs
  2. Search for your table you’re adding it to, in this example test_table and enable auditing.
  3. Navigate to sys_properties.list using the filter navigator, find the name *glide.ui.test_table_activity.fields
  4. In the “Value” field add “,u_custom_field_1, u_custom_field_2” (names of jour journal fields)
  5. Navigate to the form, go to the filter activity icon , select “Configure Activities”, add field names and save

.

PeterBodelier_0-1696930557818.png

 

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.

PeterBodelier_1-1696930557787.png

 

 


Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.

View solution in original post

3 REPLIES 3

Peter Bodelier
Giga Sage
  1. Navigate to system definitions > dictionary ServiceNow Docs
  2. Search for your table you’re adding it to, in this example test_table and enable auditing.
  3. Navigate to sys_properties.list using the filter navigator, find the name *glide.ui.test_table_activity.fields
  4. In the “Value” field add “,u_custom_field_1, u_custom_field_2” (names of jour journal fields)
  5. Navigate to the form, go to the filter activity icon , select “Configure Activities”, add field names and save

.

PeterBodelier_0-1696930557818.png

 

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.

PeterBodelier_1-1696930557787.png

 

 


Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.

@Peter Bodelier hi its working in the Backend but its not working in Service Operation Workspace. any suggestion please?

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.