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
vodnuravodnura 

Custom Button on a visualforce page

I have created a custom Approval Button. I am unable to add this to the visual force page. CAn we add custom buttons to our VF page??

Subhani PSubhani P

Hi,

 

I have seen the same link in developer group. Please check the following link.

 

http://boards.developerforce.com/t5/Visualforce-Development/Can-not-add-Visual-Force-page-to-Custom-button/m-p/400783#M46798

 

If this post is helpful please throw Kudos.If this post solves your problem kindly mark it as solution.

Thanks,
Subhani,
Salesforce Certified Developer,
www.mydbsync.com.

Avidev9Avidev9
Well seems like you have defined a custom button for the standard layout. The visualforce page act really different and you cannot simply add a button without making any changes to the VF code.

You probably have to make changes in the page and add a button component <apex:commandButton>