Book Image

Force.com Tips and Tricks

By : Ankit Arora, Abhinav Gupta
Book Image

Force.com Tips and Tricks

By: Ankit Arora, Abhinav Gupta

Overview of this book

<p>Force.com is an extremely powerful, scalable and secure cloud platform, delivering a complete technology stack covering the ground from database and security to workflow and user interface.</p> <p>Force.com Tips and Tricks starts with very basic admin tasks and gradually moves to hard-core coding tips and tricks for the multitenant Force.com platform.</p> <p>The book starts with the basics of Cloud Computing and Principles and constructs of Force.com. The book then swiftly move to detailed coverage of Salesforce analytics.</p> <p>The book also shows how to set up development environments and and gives detailed understanding of tools and destinations that every Force.com developer should know. The book also covers important administration concepts where you gain vital information for key topics such as schema and reporting for an organization. For Force.com, troubleshooting a problem and code reuse are two important aspects that help in boosting productivity, a complete chapter is dedicated to these tasks.</p> <p>This book takes you beyond any documentation or course and promises hands-on expertise.</p>
Table of Contents (15 chapters)
Force.com Tips and Tricks
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Dashboards


Dashboards are graphical representations of reports that you create in your org and visually illustrate the key metrics and performance indicators that matter to the business. They display multiple reports at once to give you a snapshot of the data of business importance and you can analyze in a quick glance where you stand and whether or not there are any concrete action items if you notice any slippage against your goals. They allow the top management to make well-informed strategic decisions to improve the overall health of your business by analyzing data trends. They can be configured to be displayed on the home page so that user can review them as soon as he/she logs in to the system.

Dashboards are collections of the dashboard components, which could further be configured to display data from reports or Visualforce pages. Components from reports can be displayed as gauges, charts (horizontal and vertical bar, line, pie, donut, funnel), tables, or metrics. Each dashboard can...