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

Add new button to Case List View
Hi,
I have a requirement to show the List View buttons based on logged in User's Profile.
For example if System admin logs in he should see all 5 buttons - New Case, Accept, close, change owner, change status.
If other user logs in he should see only close button.
Can you please suggest me how can we achieve this? I am not finding any way to control the access to buttons. I am ready to develop visual force page also. But how can i replace Standard Case list view with visualforce page?
Any help/suggestion will be highly appreciated.
Thank You
I have a requirement to show the List View buttons based on logged in User's Profile.
For example if System admin logs in he should see all 5 buttons - New Case, Accept, close, change owner, change status.
If other user logs in he should see only close button.
Can you please suggest me how can we achieve this? I am not finding any way to control the access to buttons. I am ready to develop visual force page also. But how can i replace Standard Case list view with visualforce page?
Any help/suggestion will be highly appreciated.
Thank You
You are correct that we do not have the privilege to show/hide buttons based on the profiles or any other stuff. But, you can control this in the below given way. This approach does not hide buttons from the unauthorized users but your requirement can be fulfilled.
Give a try on this and let me know if it blocks you anywhere. Hope this helps.
- Harsha
Thanks for your valuable feedback. If i create a custom button how can i capture the record information in it?
I have created a button "In Progress" (See above image)-> this should change the status to inprogress for selected records. However I am not able to capture the selected record information to do the action, because the checkbox ID is in standard page.
Please suggest
Thanks.
- Harsha
Thanks.