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
ShivaShiva 

Creating VisualForce pages

I am new to SFDC and I would like to develop new VisualForce pages. Please cen you point me to a simple example?

 

Thanks

Best Answer chosen by Admin (Salesforce Developers) 
SteveAnderson41SteveAnderson41
Look at the Visualforce Developer's Guide I strongly suggest reading the entire introduction, but if you really just want to jump in, look at the quick start section of the introduction.

All Answers

SteveAnderson41SteveAnderson41
Look at the Visualforce Developer's Guide I strongly suggest reading the entire introduction, but if you really just want to jump in, look at the quick start section of the introduction.
This was selected as the best answer
ShivaShiva
Thanks steve. Any examples?
SteveAnderson41SteveAnderson41
Yup, lots of them, like Creating Your First Page.
ShivaShiva

Any idea why I don't see my visualforce page in

Override Properties page dropdown?

Thanks

 

 

 

ShikibuShikibu
Your page will only be available to override a standard button on an object if it uses or extends the standard controller for that object.
xtgjxtgj

Thank you for that info, that explains a lot :)

 

 

I have been browsing through so much visual force documentation, but have not seen that little detail and could not understand why I could not use my page for a custom button.

 

May just have missed it somewhere in the documentation.