Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- General Development
- :
- Adding Custom buttons to related lists in salesfor...
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Adding Custom buttons to related lists in salesforce
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-18-2013 09:05 PM
I am having two object. Eg: A & B two custom objects. These both are having master detail relation ship. A is Master object to B object. In the "A" object for the "B related list" i want to add custom button beside to the standard buttonss. Can any one help me on this ???
Solved! Go to Solution.
Re: Adding Custom buttons to related lists in salesforce
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-18-2013 10:18 PM
HI
Goto Object b goto->Custom buttons and links->new->enter name->label->Display button .
Choose list button and choose the behaviour and action source to perform some action on clicking the button.
Go to A object page layout come down to b object related list and click on properties icon.
You can see the buttons label in blue click it you can see avalable and selected list side by side.
Choose the new created button from available list and move it to selected list and change the page layout of A object
Thats it you can have a custom button along with standard buttons.
Anil.B
Re: Adding Custom buttons to related lists in salesforce
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-18-2013 11:59 PM - edited 02-19-2013 12:00 AM
Hi kittu,
create a list view button for object B and add it from page layout.
Once this is done, just check your ralated list. You can see the button on the related list.
This means whichever buttons are visible in the list view of an object, the same will also appear in the related lists
Re: Adding Custom buttons to related lists in salesforce
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-19-2013 01:14 AM
Thanks harsha

