Hide right panel on Service Operations Workspace Home page

shivatmika_19
Tera Guru

 

Hello everyone,

 

I would like to share a practical use case that we recently implemented in ServiceNow: hiding the Announcements, Quick Links, and Upcoming sections from the Service Operations Workspace home page for a specific group.

 

Implementation Steps:

  1. Navigate to All > Now Experience Framework > UI Builder
    Screenshot 2026-03-25 at 12.06.24 PM.png
  2. Search for the Service Operations Workspace in experience tab.
    Screenshot 2026-03-25 at 12.08.12 PM.png
  3. Open the Tier 2/3 Specialist Landing Page (PAR SNC)
    Screenshot 2026-03-25 at 12.09.50 PM.png
  4. Create a new data resource: Look Up Multiple Records
    Screenshot 2026-03-25 at 12.10.36 PM.png
  5. Select the Group Member [sys_user_grmember] table and configure the required conditionsScreenshot 2026-03-25 at 12.11.54 PM.pngScreenshot 2026-03-25 at 12.12.33 PM.png
  6. Go to the right panel → Configure tab
    • For the Hide Component field, click on Bind Data or the Script icon
      Screenshot 2026-03-25 at 12.13.40 PM.png
    • Add the required script logic
      Screenshot 2026-03-25 at 12.14.39 PM.png
  7. Click Save
  8. Clear cache: Left panel → (≡) → Developer → Clear UI Builder Cache
    Screenshot 2026-03-25 at 12.15.32 PM.png
  9. Result:
    • Users belonging to the specified group will not see the right panel sections
      Screenshot 2026-03-25 at 12.16.30 PM.png
    • All other users will continue to see them as usual
      Screenshot 2026-03-25 at 12.17.43 PM.png

Thank you.

 

I hope this use case helps others who are working on similar requirements.

Happy to hear your thoughts or answer any questions!

1 REPLY 1

Houston Vargas
Tera Contributor

Thanks for showing this, would it possible to make it toggleable? And also somehow saveable state, like if you toggle it hidden that it would stay hidden until toggled again.