Activity › Forums › Salesforce® Discussions › Tab and Object in Salesforce
-
Tab and Object in Salesforce
Posted by Anjali on April 6, 2020 at 1:17 PMWhat is the difference between tab and object in Salesforce?
Manish replied 6 years, 1 month ago 4 Members · 3 Replies -
3 Replies
-
Custom object are custom database tables that allow you to store information unique to your organization. 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).
- [adinserter block='9']
-
Hii Anjali,
Image result for Tab and Object in Salesforce
Tab in Salesforce is a User Interface to build records for objects and view records in objects. Objects are the database tables that permit us to store data specific to the organization. … Standard Objects are provided by salesforce.com like users, contracts, reports, or dashboards etc. -
A record is row of field data within an object (e.g. the lead “John Smith”). An object is comprised of its field definitions and records. A tab is used to expose an object and its data to the end user through the web interface.
Log In to reply.