Hide edit button in workspace

denny3
Tera Expert

I'm trying to hide the edit button in the workspace 

jvg.png

 

 

 

 

 

 

 

 

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?

denny3_0-1729237330165.png

 

1 ACCEPTED SOLUTION

RanitaD
Tera Expert

I found the solution.

go to sys_declarative_action_assignment table.

 find Edit action with Action lable 'Edit ({{count}})' .

change enable true to false.

 

View solution in original post

4 REPLIES 4

Antoni Zahariev
Tera Guru

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]?

RanitaD
Tera Expert

Did you find the solution?I am looking for the same.

RanitaD
Tera Expert

I found the solution.

go to sys_declarative_action_assignment table.

 find Edit action with Action lable 'Edit ({{count}})' .

change enable true to false.

 

I went with the same method, but I forgot to update this. Thanks for sharing your solution method; it'll be helpful to others!