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
karthik Jonnalagaddakarthik Jonnalagadda 

VisualForce page not showing up in button click event

Hi All,

I Have created a visualforce page and I tring to access that page from on button click, But it is not showing Previously created VisualForcepage.
what was the reason should change any permissions ?
User-added image
User-added image
ManojjenaManojjena
Hi Karthik,

One importtant thing i sthat you need to assign the standardController as that Sobject in which objevt button you need to assign .
Please check your standard Controller in your page where it is same as your object or not .If not then add satandardControler and check .

Thanks 
Manoj
Nitin PaliwalNitin Paliwal
HI Kartik,
Please verify you have assigned StandardController to your vf page.

http://stackoverflow.com/questions/11727393/how-to-open-up-a-vf-page-in-a-new-tab

The vf page should have a standardController of the SObject you want to open on the button CLick.

I hope this solves your problem.

Thanks
Nitin
Eswar Prasad@Sfdc11Eswar Prasad@Sfdc11
hi karthi
what ever vfpage should be standard controller,we can add vfpage to buttons/links and assign them to page layout