Hide Side Navigation for custom workspace

NarsimhaMurty1
Tera Expert

Hello,
We have requirement where we need to show side bar navigation only to users of particular group.
"chrome_toolbar" -- I see only option is for Roles (any way to add group), can anyone help me with this

NarsimhaMurty1_0-1723445204724.png

 

6 REPLIES 6

Community Alums
Not applicable

Hi @NarsimhaMurty1 ,

You can use Go to UX Page Registry [sys_ux_page_registry] of your workspace to create your conditions.

Please follow the steps in the solution: 

https://www.servicenow.com/community/next-experience-forum/workspace-hide-side-navigation-tabs-based...

 

Hi Sandeep, Thanks for reply.
I think your solution is to apply any view

Brad Tilton
ServiceNow Employee
ServiceNow Employee

I think it only works with roles currently.

Community Alums
Not applicable

Hi @NarsimhaMurty1 ,

I tried your problem in my PDI please refer below answer

SarthakKashyap_0-1723479531491.png

"availability": {
        "roles": "admin"
    }

 

Result 

Home icon is visible when login as admin

SarthakKashyap_1-1723479568252.png

Home icon is not visible when logged in with non admin user 

SarthakKashyap_2-1723479611411.png

 

Please mark my answer correct and helpful if this works for you

Thanks and Regards 

Sarthak