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
Prabitha SPrabitha S 

anybody explain about how to create visual page

Vignesh NayakVignesh Nayak

1) Enable development mode for your profile,
    a) If you clicked Setup, select My Personal Information > Personal Information.
    b) If you clicked My Settings, select Personal > Advanced User Details.
    c) Click Edit.
    d) Select the Development Mode checkbox, then click Save.
2) Then Add apex/VisualforcePageName.
     Eg: if your Salesforce instance is https://na1.salesforce.com, the new URL is https://na1.salesforce.com/apex/VFPage
     So in the above page, Your Visualforce page name is VFPage.


You can create, view, edit your pages in :
Setup -> Develop -> Pages


If this answers your question, Please select my answer as best answer :) .


Regards,
Vignesh Nayak S


 


 
Pratik_MPratik_M
Hi Pratibha,

Do you mean Visualforce page?

Thanks,
Pratik
U JayU Jay
If it is visual force pages :-

Please refer the link 

http://www.salesforce.com/us/developer/docs/pages/

Cheers,

   jyothy