Side bar and configurable workspace option not coming on user profile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2022 11:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2022 11:12 PM
Hi
please check whether the respective user has the workspace_admin role
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2022 11:20 PM
Hi Maik,
Yes, the user has workspace_admin role
Please help!.
Thanks,
Srivalli M
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2022 11:33 PM
Hi Maik,
Any updates?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-12-2024 08:09 PM
Use OOB code in the chrome header to bring the configurable workspace under user menu.
{
"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": []
}
}