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
sweetzsweetz 

custom button in a standard list view

Hi,

 I wanted to add a custom button in a standard list view page. That is when we click an object immediately we get a list view. How do i do that? Help pls. 

 

Best Answer chosen by sweetz
sweetzsweetz

Hi, 

 

   Thanks for the help. This video from salesforce will be helpful for this thread. https://salesforce.adobeconnect.com/_a13852757/buttonsandlinks/

All Answers

Yoganand GadekarYoganand Gadekar

I think this is not possible.

You cannot craete a button which shows up on list view page.

You can either create a detail page button, list button(this shows up a related list button)

 

You can however override the new button on the list view with a visualforce page

hitesh90hitesh90

Hi,

You can create Custom List button to show in standard List view using Following steps.

1. Create New Custom List Button in Object in which you want.
2. Go to Page Layout of your Object and Edit List View.
3. here is the selection for You have created button to add.
4. Add it to the right column.

Important :
Hit Kudos if this provides you with useful information and if this is what you where looking for then please mark it as a solution for other benefits.
 
Thank You,
Hitesh Patel
SFDC Certified Developer & Administrator

sweetzsweetz

Thanks for the reply. I dont find list view in the page layout of that object. 

hitesh90hitesh90

Find the ObjectName List View in PageLayout.

ObjectName = Your SObject Name

sweetzsweetz

Hi, 

 

   Thanks for the help. This video from salesforce will be helpful for this thread. https://salesforce.adobeconnect.com/_a13852757/buttonsandlinks/

This was selected as the best answer