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

Chapter 12. Basics of Apex and Visualforce Page

In the previous chapter, we discussed different methods to deploy an application to different organizations. We also discussed the method of deploying component metadata using Force.com IDE, Force.com Migration Tools and followed it up with the process of distributing an application using packages.

In this chapter, we will discuss the basics of Apex programming and Visualforce page concepts. We'll cover the following topics:

  • Introducing Apex

  • Apex data types

  • Creating an Apex class

  • Introducing a Visualforce page

  • Understanding the MVC model

Until now, you have used an out-of-the-box feature-that is, point and click development-to customize your Salesforce org. For example, creating the object's structure, relationships between objects, Process Builders, and approval process to customize it according to your business needs. The point and click development method doesn't require any coding skill.