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
Venkata Sravan Kumar BandariVenkata Sravan Kumar Bandari 

Can we create custom button on user object list view page....? Please reply me ASAP. Thanks in advance

Vijay KVijay K
Yes you can.
User-added image
 
Mike McCann 8Mike McCann 8
Did anybody get this to work? When we click on that link, we can't figure out where the button went - any help would be much appreciated!
Sravan Kumar 121Sravan Kumar 121
User-added image

It will show the button based on the selection you are choosen for Display Type.
Mike McCann 8Mike McCann 8
When we select "List Button" it doesn't show up on the Manage Users page, and we can't figure out where it would go. Any ideas?

Thanks for the quick reply Sravan!
Sravan Kumar 121Sravan Kumar 121
You have to add it to layout
Go to Build--> users--> search layout--> edit users list view and add your newly created custom button
Mike McCann 8Mike McCann 8
So we did this:

User-added image

And we still only see this (no "New User Wizard" Button). Any ideas?

User-added image
Mike McCann 8Mike McCann 8
Hey Sravan, any ideas on this? Thanks!
SuriSuri
There is a simple work around for this.

Create a Visualforce Page with: 
- <apex:ListViews type="User" />

Then the Custom List Button appears on this VF page with the standrd User List Views.