Wanted to hide the 'Edit' action from one of my related list.
Please let me know if there is a way to achieve this by out of the box.
-
Thanks in advance
Wanted to hide the 'Edit' action from one of my related list.
Please let me know if there is a way to achieve this by out of the box.
-
Thanks in advance
There isn't one out of the box, except not granting Edit permissions to that object.
You could override the Edit button with some Visualforce page, but in that case it redirects for all Edit buttons for that object.
You could also have a sidebar hack using Javascript, but those will no longer be supported.
You might have to remove the Edit access at the object level for that user. Thus the user will not be able to see edit button/link on the related list as he is not having edit access on the object.
Thanks Robin for your reply.
– Dildar Hussain Oct 29 '14 at 10:09