The CreatorCon Call for Content is officially open! Get started here.

Side bar and configurable workspace option not coming on user profile

Sri56
Tera Contributor

Hi Team,

We have build a configurable workspace.

But as highlighted OOB workspace, we could not see the side bar(as in blue color-left side with home button and list) and configurable workspace option under user profile as below:

Please Help!find_real_file.png

Thanks,

Srivalli M

4 REPLIES 4

Maik Skoddow
Tera Patron
Tera Patron

Hi

please check whether the respective user has the workspace_admin role

Maik

Hi Maik,

Yes, the user has workspace_admin role

Please help!.

Thanks,

Srivalli M

Hi Maik,

Any updates?

Vijayalakshmi6
Tera Contributor

Use OOB code in the chrome header to bring the configurable workspace under user menu.

Vijayalakshmi6_0-1723518528423.png

{
"privatePage": {
"notificationsEnabled": true,
"searchEnabled": true,
"userPrefsEnabled": true,
"currentScreenLinkConfiguration": {
"_roles": [
"workspace_admin"
],
"enabled": true,
"position": 150
},
"globalTools": {
"collapsingMenuId": 0,
"primaryItems": [
{
"label": {
"translatable": true,
"message": "UserMenu"
},
"icon": "user",
"type": "menu",
"primaryDisplay": "icon",
"value": {
"children": [
{
"_roles": [
"ui_builder_admin"
],
"label": {
"translatable": true,
"message": "Configure workspace"
},
"type": "navigation",
"position": 100,
"primaryDisplay": "none",
"value": {
"type": "external",
"opensWindow": "true",
"value": {
"href": "/nav_to.do?uri=/sys_ux_app_config.do?sys_id=4d69d0ed73c4301045216238edf6a7ea"
}
}
},
{
"label": {
"translatable": true,
"message": "Settings"
},
"type": "menu",
"position": 50,
"value": {
"children": [
{
"label": {
"translatable": true,
"message": "Show ribbon"
},
"type": "toggle",
"value": {
"_meta": {
"_type": "userPreferences",
"_path": "userPrefName",
"_value": {
"userPrefName": "workspace.showRibbon"
},
"_default": {
"userPrefName": "true"
}
}
}
},
{
"label": {
"translatable": true,
"message": "Show sidebar"
},
"type": "toggle",
"value": {
"_meta": {
"_type": "userPreferences",
"_path": "userPrefName",
"_value": {
"userPrefName": "workspace.showAgentAssist"
},
"_default": {
"userPrefName": "true"
}
}
}
},
{
"label": {
"translatable": true,
"message": "Wrap list text"
},
"type": "toggle",
"value": {
"_meta": {
"_type": "userPreferences",
"_path": "userPrefName",
"_value": {
"userPrefName": "workspace.wrapListText"
},
"_default": {
"userPrefName": "false"
}
}
}
},
{
"label": {
"translatable": true,
"message": "Show Banners"
},
"type": "toggle",
"value": {
"_meta": {
"_type": "userPreferences",
"_path": "userPrefName",
"_value": {
"userPrefName": "workspace.notifications.showPopups"
},
"_default": {
"userPrefName": "true"
}
}
}
},
{
"label": {
"translatable": true,
"message": "Show Badge Count"
},
"type": "toggle",
"value": {
"_meta": {
"_type": "userPreferences",
"_path": "userPrefName",
"_value": {
"userPrefName": "workspace.notifications.showBadgeCount"
},
"_default": {
"userPrefName": "true"
}
}
}
}
]
}
},
{
"label": {
"translatable": true,
"message": "Logout"
},
"type": "navigation",
"position": 200,
"value": {
"value": {
"href": "/logout.do"
},
"type": "external"
}
}
]
}
}
],
"secondaryItems": []
}
},
"publicPage": {
"actionButtons": []
}
}