You need to sign in to do that
Don't have an account?

Hiding a Custom Button based on Profiles Security
I have created a custom button which I use on the Contact Detail page. I am wondering if there is any way to show or hide the button based on the users security settings (profile)? Is this possible? I only want certain profile types to be able to use the button.
I couldn't find any security settings based around Custom Buttons.
Thanks for any help!
-Jeff
I couldn't find any security settings based around Custom Buttons.
Thanks for any help!
-Jeff
What you could do is to create a new field (yes, field!) on the Contact object.
The field should be a Formula(Text) field with just one function in it, a call to HYPERLINK().
Here's the trick: You add it to the page layout, but only allow certain profiles to see the field by using Field Level Security.
Dear Johan,
I liked your trick. Do you have another trick for buttons that belongs to view (because for example, I have created a button to mass approve cases, so the buttons are available in the cases list views but I would like them to be available only for some users).
Thank you.
Michael