Book Image

Learning Force.com Application Development

By : Chamil Madusanka
Book Image

Learning Force.com Application Development

By: Chamil Madusanka

Overview of this book

Table of Contents (21 chapters)
Learning Force.com Application Development
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Creating custom tabs


A tab is the main way to access the objects and Visualforce pages in the application. Without the tab, you will not be able to see object records. The tabs are positioned at the top of the page. You can create new custom tabs to extend Salesforce.com functionality or to build new application functionality. The tabs of standard objects are already defined by Salesforce.com. Therefore, we cannot edit or add standard object tabs. But we can hide or show the particular standard object tab to any custom application. When we come to adding tabs, we can create custom tabs in the Force.com platform. There are three types of custom tabs in the Force.com platform:

  1. Custom object tabs

  2. Visualforce tabs

  3. The Web tab

Custom object tabs

These are the user interface for the custom application that you build in the Force.com platform. The look and feel of a custom object tab is similar to the standard tabs provided by Salesforce.com (such as accounts, contacts, and opportunities). These tabs...