Hide action based on user role
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11 hours ago
Hello All,
This is kind of more options in the workspace. This needs to be hidden.
How to achieve this
I tried checking in declarative actions but not useful
Regrads
Vengadesh
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11 hours ago
Hi,
The “More options (⋯)” menu actions (like Share, Export, etc.) are not controlled via Declarative Actions. These are part of the platform-level UI Builder configuration, not classic UI Actions.
- Open UI Builder
- Navigate to your Workspace page (e.g., List or Record page)
- Select the component (List / Data Table / Header)
- Look for:
- Action Bar / Menu Configuration
- Override or customize actions
- Add visibility condition using:
- gs.hasRole('your_role')
