Book Image

Mastering Salesforce CRM Administration

By : Rakesh Gupta
Book Image

Mastering Salesforce CRM Administration

By: Rakesh Gupta

Overview of this book

The book starts by refreshing your knowledge of common admin tasks. You will go over Lightning Experience and various security aspects. You will be shown how to implement territory management in your organization and make use of custom objects. From here, the book progresses to advanced configuration, data management, and data analytics before swiftly moving on to setting up advanced organization-wide features that affect the look and feel of the application. Extend the capabilities of your organization’s Salesforce implementation by optimizing and extending Sales Cloud, Salesforce1, and Service Cloud applications. This guide will equip you with the tools you need to build a successful career in Salesforce.
Table of Contents (20 chapters)
Mastering Salesforce CRM Administration
Credits
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Customer Feedback
Preface

Introducing a Visualforce page


In Salesforce, it is very easy to build powerful applications using only declarative methods; however, there are some situations where declarative methods aren't enough if you want to build an application. In Salesforce, standard and custom objects have their own standard user interface, either classic or Lightning Experience. You can easily customize a standard user interface by creating multiple page layouts using "clicks not code." A standard user interface has its own limitations; for example, you can't create three column pages or generate a PDF out of it. This is where the Visualforce markup language comes into play.

Similar to HTML, Visualforce is a markup-based user interface design language. Visualforce is a framework that includes a tag-based markup language that allows you to build sophisticated, attractive, and dynamic custom user interfaces. You can use almost all the standard web technologies, for example, CSS, jQuery, HTML5, and so on, along with...