[SalesForce] Custom Tab and Custom Object are same

Can any one let me know is Custom Tab and Custom Object the same.If yes then in my EE i do get ab ERROR as : Custom Tab Limit Exceeded
Your organization's edition of salesforce.com has a limit of 25 custom tabs. To learn about options for increasing your organization's custom tab limits, please contact your account executive.Basically for custom object we can create upto 800.

Best Answer

Custom Tab and Custom Object are not same.

Custom object are custom database tables that allow you to store information unique to your organization.

While tab is one of the ways for provisioning users to access these objects for creation of data for salesforce object

Every object may not have tab while if you have a tab (Custom Object) then it implies there is an underlying object.(Note tab can be a visualforce tab as well).

The reason you are getting this issue is your org has a limit that you can create only 10 tabs ,note that it does not imply you cannot create more than 10 objects .

Would recommend you to go through force.com fundamentals for more info on tabs,apps and objects

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

Related Topic