Community Alums
Not applicable

Have a need to insert a journal field or any of field that you want and track it on the activity feed. You can use the below steps and insert your table or follow this link to step by step video tutorial. 

 

  1. Navigate to system definitions > dictionary ServiceNow Docs
  2. Search for your application you’re adding it to, in this case cmdb_ci and enable auditing.
  3. Go to CI form open form designer/form layout
  4. Create Notes section
  5. Add two Journal Input type fields to form using form designer
  6. Add Activities (filtered) to form via form layout or form design (Activity formatter)
  7. Navigate to sys_properties.list using the filter navigator, find the name *glide.ui.cmdb_ci_TABLE_activity.fields (CMDB Workspace scope)
  8. In the “Value” field add “,u_custom_field_1, u_custom_field_2” (CMDB Workspace scope)
  9. Enter a value for Suffix (required) update. (CMDB Workspace scope)
  10. Navigate to the CI form, go to the filter activity icon , select “Configure Activities”, add field names from column and save

.find_real_file.png

11. 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.

find_real_file.png

Comments
Calbanw
Tera Contributor

Thank you James the video was extremely helpful. Blue is my favorite color as well.

Version history
Last update:
‎12-30-2020 08:28 AM
Updated by:
Community Alums