Prerequisites:
A Salesforce account in a sandbox Performance, Unlimited, or Enterprise Edition organization, or an account in a Developer organization.
For more information about creating a sandbox organization, see “Sandbox Overview” in the Salesforce online help. To sign up for a free Developer organization, see the Developer Edition Environment Sign Up Page.
- Log into your sandbox or Developer organization.
- From Setup, click and click New Custom Object.
- Enter Book for the label.
- Enter Books for the plural label.
- Click Save.
You've now created your first custom object. Now let's create a custom field.
- In the Custom Fields & Relationships section of the Book detail page, click New.
- Select Number for the data type and click Next.
- Enter Price for the field label.
- Enter 16 in the length text box.
- Enter 2 in the decimal places text box, and click Next.
- Click Next to accept the default values for field-level security.
- Click Save.
Post a Comment