How to increate maximum number of tabs in configurable workspaces (i.e. Service Operation Workspace)SummaryWith legacy agent workspace the system property "sn_agent_workspace.max_tabs" can be used to control the maximum number of tabs. However, as this only applies to legacy workspace and not configurable workspaces like Service Operations Workspace, this article will walk through the steps that can be taken to adjust it accordingly.ReleaseAny releases that use a configurable workspace.Instructions1) Navigate to sys_ux_page_property_list.do table 2) Find the record where: Name: chrome_tab Page: <The desired configurable workspace> (i.e. Service Operations Workspace)3) Open this record and in the Value field, find this code: "maxMainTabLimit": 10 4) Change this value accordingly Here's an example of what this record looks like for SOW: Related LinksPlease note to not change this to a very high number as the more tabs a user has opened the greater the performance degradation would be. Please test with a moderate number first (i.e. 15 or 20), and then monitor users' experience while having/using this many tabs and adjust accordingly.