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
SeannoSeanno 

Newbie - Visualforce and Controllers

New to Development, and need to know where to go to create a Visualforce page with a controller, then implement it into an Opportunity.  Could someone point me in the right direction?

 

Thanks,

 

Sean

krishnagkrishnag

At first go to personal information and make sure the development mode check box is enabled.If not enable it.

 

go to setup--->AppSetup-->Develop--->Pages---> create a page.

 

after creating the page save it and reopen it delete the numbers u see in url and type /apex/pagename

 

then the page opens in development mode where u can write the controiller too.

 

aftre u r done with implementing everything you can override the standard page with this VF

gv007gv007
Start from here it is the best document for beginers

 

 

 

http://www.salesforce.com/us/developer/docs/workbook/index.htm