Clouds with binary code floating aboveCloud with binary code floating above

No Results

Search Tips:

  • Please consider misspellings
  • Try different search keywords

Step 2: Create an App

In this step you create a Merchandise object and a tab to display it. You then create an app that contains the tab.

  1. Your browser should already be open, log into your dev org (this is the first DE org you created).
  2. From Setup, click Create | Objects.
  3. Click New Custom Object to display the New Custom Object wizard.
  4. For the Label and Plural Label enter Merchandise, leave all other values as they are.
    The New Custom Object wizard, with both the Label and Plural Label fields set to Merchandise, and the Save button highlighted
  5. Click Save to finish creating your new object.

To display information about the Merchandise object, you associate the object with a tab.

  1. From Setup, click Create | Tabs.
  2. In the Custom Objects Tabs related list, click New to launch the New Custom Tab wizard.
  3. From the Object drop-down list, select Merchandise.
  4. For the Tab Style, click the lookup icon and choose an icon.
  5. Accept the remaining defaults, and click Next, Next, and then Save.

As soon as you create the tab, you can see it at the top of the screen.

The newly created Merchandise tab

Next create an app that contains the tab.

  1. From Setup, click Create | Apps.
  2. Click New to launch the New Custom App wizard.
  3. For the App Label and App Name enter Warehouse.
  4. Click Next and Next again.
  5. In the Available Tabs list, locate the Merchandise tab and click Add to add it to the list of selected tabs.
    Step 3 of the New Custom App wizard. In the Available Tabs list, the Merchandise tab is selected, and the Add button is highlighted.
  6. Leave the Default Landing Tab set to the Home tab, and click Next.
  7. Select the Visible checkbox to make the application available to all user profiles.
  8. Click Save to create the Warehouse application.
  9. The app now appears in the Force.com app menu in the upper right corner of the page. Click it.
    The Force.com tabs, with the new Merchandise tab highlighted next to the default Home tab, and the Warehouse app highlighted in the Force.com app menu in the upper-right corner of the page

Tell Me More....

If it seems like you just created an object within a container, within another container, you did. And you're about to put all of that into another container! What's with all these containers and what do they do?
  • A tab is a container for things you want to display on the same page, such as a chart, a table, or the Merchandise object you created.
  • An app is a container for tabs that appear next to each other. Currently your app has only two tabs, Home and Merchandise, but it could have many more.
  • A package is a container for components. Usually a package contains an app that can be installed in an org. You haven't created a package yet, you'll do that in the next tutorial.