- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2024 12:42 AM
I'm trying to hide the edit button in the workspace
I tried create a new record in "sys_ux_list" and checked the hide quick edit button but it didn't help! Has anyone came across this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2025 02:11 AM
I found the solution.
go to sys_declarative_action_assignment table.
find Edit action with Action lable 'Edit ({{count}})' .
change enable true to false.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2024 08:27 AM
You could hide the button from the Workspace, but this won't restrict the actual editing of the relevant records.
Should the currently assigned roles be reviewed and the ones allowing [write] to be replaced with such allowing [read]?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2025 01:28 AM
Did you find the solution?I am looking for the same.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2025 02:11 AM
I found the solution.
go to sys_declarative_action_assignment table.
find Edit action with Action lable 'Edit ({{count}})' .
change enable true to false.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2025 12:26 AM
I went with the same method, but I forgot to update this. Thanks for sharing your solution method; it'll be helpful to others!