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.

set stacked view as default in agent workspace

Priya Thakur2
Tera Contributor

I need to set stacked view as default for agent workspace, how can I do it?

PriyaThakur2_0-1665862406410.png

 

11 REPLIES 11

emcmanis
Tera Contributor

Also trying to figure out how to do this.

Vinicius Olivei
Tera Contributor

Also looking for a way to achieve this.

Hi @Vinicius Olivei 

1. Set stacked view as default in agent workspace

Answer: This is not possible due the function used is configured in backend layer which is not accessible by users.

2. It is pre-saved per user basis. Where?

Answer: You can find this record in the "sys_activity_supplemental" table with payload record:

{"incident_compose_stacked_view":true}

Thanks,

Mo

M Israfil
ServiceNow Employee
ServiceNow Employee

Hi @Priya Thakur2 

I am not sure if you have already found the answer to this question. I will post some answers for future reference.

 

1. Set stacked view as default in agent workspace

Answer: This is not possible due the function used is configured in backend layer which is not accessible by users.

 

2. It is pre-saved per user basis. Where?

Answer: You can find this record in the "sys_activity_supplemental" table with payload record:

{"incident_compose_stacked_view":true}

Hope this helps.

 

Best wishes,

Mo

Please let us know if this works in CSM Configurable Workspace!
I tried adding a record with payload of case_compose_stacked_view and it doesn't seem to work in CSMCW.