function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
JCSJCSJCSJCS 

List Buttons - Is there a way to only show for some lists or some users?

I am using some list buttons to enable a manager to:
1)  view a list of records,
2) "check" some of the records
3) click a Custom List button that changes a field in each of those records.
 
I don't want everyone to see the buttons AND/OR I don't want the buttons to appear on every list.
 
Is there a way to have the buttons show for some lists but not others OR some users but not others?
 
This is related to LISTS only, not page layouts, i.e. shows under OBJECT Search Layout --> List Views.
 
jcsjcs

Message Edited by JCSJCS on 10-25-2007 12:40 PM

sfdcfoxsfdcfox
It's all or nothing, really, but see the other post on "permissions"-- you can write the code so that the button will politely inform the user that they can't use the button unless they're a manager.

~ sfdcfox ~
JCSJCSJCSJCS

Thanks for the "rights" suggestion.  I am doing this already.  Was hoping for another way - as I would then add a bunch more buttons for specific tasks....

Jonathan