We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

Hide Side Navigation for custom workspace

Not applicable

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

Not applicable

Hi @Community Alums ,

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...

 

Not applicable

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

Brad Tilton
ServiceNow Employee

I think it only works with roles currently.

Not applicable

Hi @Community Alums ,

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