Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How can we add new fields to Activity streams in Agent workspace?

Pooja Gupta4
Kilo Contributor

Hi, I am trying to add more fields to the Activity stream of the agent workspace. Currently, the Close code and Close Notes fields are not showing up in the Activity section. I see in Native UI, we can configure the Activity stream by clicking on the filter in the Actity section and then on 'Configure available fields', but I don't see an equivalent option in Agent workspace. How can we configure available fields in Agent Workspace?

 

find_real_file.png

1 ACCEPTED SOLUTION

sachin_namjoshi
Kilo Patron
Kilo Patron

You need to make sure that you are adding these fields in workspace view of form so that it works on agent workspace like below

 

find_real_file.png

 

Also, below article should be helpful to you

 

https://hi.service-now.com/kb_view.do?sysparm_article=KB0749438

 

Regards,

Sachin

View solution in original post

2 REPLIES 2

sachin_namjoshi
Kilo Patron
Kilo Patron

You need to make sure that you are adding these fields in workspace view of form so that it works on agent workspace like below

 

find_real_file.png

 

Also, below article should be helpful to you

 

https://hi.service-now.com/kb_view.do?sysparm_article=KB0749438

 

Regards,

Sachin

Daniel Oderbolz
Kilo Sage

Actually, to add a field to the activity stream, find the *_activity.fields property for the table in question.

For example for "change_request", the property is called "glide.ui.change_request_activity.fields".

Just add the field name to this comma separated list.


If this post was helpful, I would appreciate if you marked it as such - thanks!

Best
Daniel