Amazon

Objects in salesforce


Objects;-

  • objects are data base tables that allows us to store data specific to organization in salesforce.com

There are two types of objects

  1. Standard objects
  2. Custom objects

Standard objects;- The objects which are provided by salesforce.com is called standard objects.

Examples

Accounts              campaigns                 contracts

contacts                 cases                         Forecasts

opportunities         Solutions                   Users

Leads                    Reports                      Ideas

Products               Dashboards               Answers

Custom objects;- Custom objects are the heart of any applications, it provide a structure for storing data

Creating custom object;-

                       setup

                            Build

                                 Create

                                        Object

                                              New object (Click)

Fill the details

Give Label

Plural Label

Object Name





































     
















Tabs;-

  • Every tab serves as the starting point for viewing, editing and entering information for a particular object, when we click a tab at the top of the page, the corresponding homepage for the object appears.

Custom Tab;-

  • A custom tab is a user interface component we create to display custom objects data or other content embedded in the application.

Types of Tabs;-

Custom object tabs;-
Display the data of our custom object in a user interface tab.

Web Tabs
Display any extended web based application or web page in a user interface tab

Visualforce Tabs
Allow us to embed VF pages.

Creating Tabs

                             Setup

                                 Build

                                     Create

                                        Tabs

                                          New button (Click )






































No comments