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
SFDC RocksSFDC Rocks 

listViews component + standard user object: want to add my own custom action button

What I want to do is create a Visualforce page that allows the end-user to

1) select one more Salesforce users using the listViews component

2) and then perform an action on the selected users, such as sign them up for a company event.
 
When I tried to do this, I encountered a few technical issues
 
a) when using the listViews component with the standard user object, I cannot define custom buttons, and there are no default buttons, and so no action buttons appear in the Visualforce listViews component
 
b) for the standard user object, when I use the listViews component, no checkboxes appear in the left-hand action column


Does anybody have a suggestion for the best way to implement this functionality?