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
Brijesh KumarBrijesh Kumar 

add 4-5 custom buttons in new section of page layout in

Hi
I want to add 4-5 custom buttons in new section of page layout in salesforce.
Can you please give me some steps to how to add custom buttons in new section of page-layout.
My object is standard object(case).

Thanks & Regards
Brijesh Kumar Baser
hisrinuhisrinu
Hi,

You can try the following way.

 Just create the required buttons in the VF page and then add that page in the PageLayout.
 I think it will be visible in only detail mode. Try it out may be it will help you.
Brijesh KumarBrijesh Kumar
Hi hisrinu
how can i add visualforce page into page layout.

Thanks & Regards
Brijesh Kumar Baser
hisrinuhisrinu
In the page layout you will have the page, so you go to that and select the your exact page.
This is the new one in VF.
shillyershillyer

Make sure you reference the Case object in the standardcontroller of your Visualforce page, so it shows up in the page layout editor. I discuss this here.

Best,

Sati

Brijesh KumarBrijesh Kumar
Hi shillyer
:smileyhappy:
Thanks For give me a solution for"how to add 4-5 custom buttons in page layout".

I have checked below link.
http://blog.sforce.com/sforce/2008/11/adding-a-visualforce-page-to-a-page-layout.html

From visualforce page we can add 4-5 custom buttons.


Thanks & Regards
Brijesh Kumar Baser
Brijesh KumarBrijesh Kumar
Hi hisrinu & shillyer

If we add page into page layout,it shows only in field sections not shows in different section.

How can we add into Emails section(new section).

Please give me a solution

Thanks & Regards
Brijesh Kumar Baser
hisrinuhisrinu
Have a look at this.

http://blog.sforce.com/sforce/2008/11/adding-a-visualforce-page-to-a-page-layout.html
Brijesh KumarBrijesh Kumar
Hi hisrinu

As per our client requirement,I am enable Emails Related list section for Case Page Layout
By using enable to email-to-case.

We wants to add 4-5 custom buttons in Emails Related List Section.
But when I double-click on Email Related List section in edit mode of page layout,I got a message
"the selected related list cannot be edited".

I Think ,we have to add without visualforce page.

If we use visualforce page we have to develop Email Related List in visualforce page.

If there is any solution to add custom button in Email Related List Section,please give me


Thanks & Regards
Brijesh Kumar Baser
Brijesh KumarBrijesh Kumar
Hi
I have done to create 4-5 custom buttons by using create a related list by using visualforce page.

In visualforce page,I use <apex:relatedlist> tag & this page is override to view button.

I share a link also

http://salesforcesource.blogspot.com/2008/10/how-to-create-custom-related-list-on.html?widgetType=BlogArchive&widgetId=BlogArchive1&action=toggle&dir=open&toggle=MONTHLY-1225512000000&toggleopen=MONTHLY-1228107600000

http://salesforcesource.blogspot.com/2008/10/how-to-create-custom-related-list-on.html?widgetType=BlogArchive&widgetId=BlogArchive1&action=toggle&dir=open&toggle=MONTHLY-1225512000000&toggleopen=MONTHLY-1228107600000

But I want to customize in-bound email page(not compose page).How can I customize in-bound Email page in visualforce page

This is very important requirement

Please reply me


Thanks & Regards
Brijesh Kumar baser