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
DharshniDharshni 

Custom Buttons on Visualforce page

Hi

 

Can a custom button created for an object used in a Visualforce page? I have a custom list button on my object. I want to use this button in a visualforce page that I build. 

 

I have currently copied the javascript in the vf page and its working. But is there anyway to use the custom button directly?

 

Thanks.

Navatar_DbSupNavatar_DbSup

Hi,

 

I think this is not possible to use custom button created in object. You have to create a <apex:commandButton/> .

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.