Wednesday 5 September 2012

Create a Visualforce Page

Now you are ready to create your first Visualforce page:
  1. In your browser, add /apex/hello to the URL for your Salesforce instance. For example, if your Salesforce instance is https://na1.salesforce.com, the new URL is https://na1.salesforce.com/apex/hello. You will see the following error:

  2. A Visualforce Error When Creating the Page
  3. Click the Create Page hello link to create the new page. You will see your new page with some default markup.
    A Newly Created Visualforce Page
    Note
    If you don’t see the Page Editor below the page, just click the hello tab in the status bar.
That’s it! The page includes some default text, as well as an embedded page editor displaying the source code. This is the primary way you’ll be creating pages throughout this workbook.

No comments:

Post a Comment