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
Isaac GomolkaIsaac Gomolka 

Custom Button on User List view

Hi everyone. I reeeally need help on this one. I need to make a button that goes on the User List View next to the "New User", "Reset Password", and "Add Multiple Users" buttons. Its going to be a "Clone User" button, and should only be seen by System Admins. Basically you'll be able to put in an existing user and fill in a little info and it will clone most of the users settings and permissions and stuff, making it easier for those who have to make the users. However from what I can see and find online there is like no way to put a custom button on this page.

As of right now this is how the User List View looks
User-added image

I even did go into User Search Layouts
User-added image

and add a Clone User button I made to the Users List View page
User-added image

But it still wont show the button on the Users page!
I even made a visualforce page with a ListView of Users, and then the button pops up just fine!!!
User-added image

So i really have no idea why the button wont go on the regular Users page, because that's really where I need it to go.

If anyone could help me figure out how to put the button there, AND/OR how to make that button only visible to System Admins. That'd be so increibly helpful! Thank you so much in  advanced!