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

Hi @Drew Carpenter, yes it is working for both SOW and CSM workspace.

Once you have created the record in the sys_activity_supplemental table

— select user Syd ID

— put the value as is - see image
{"incident_compose_stacked_view":true}

Spoiler
Screenshot 2024-10-22 at 16.32.06.png

— Then do cache.do
— Reload/refresh the page

It should work.

 

Thanks,

M Israfil

I see the personal record get created in this table when a user selects the toggle, but this should be able to be made global just like User Preferences, by emptying the User field. This part doesn't work, we shouldn't have to maintain thousands of these records...