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

Deploying using Force.com IDE


Force.com IDE is a Salesforce-provided development tool that can be used to write Apex classes, Apex triggers, Lightning Components, and Visualforce Pages. It also allows you to download and edit the metadata of components.

Force.com IDE Installation

Before you install Force.com IDE, you need the following to be available and installed on your machine:

  • Java SE Runtime Environment (v1.5 or higher)

  • Eclipse IDE for Java Developers (Helios 3.6 or Galileo 3.5)

Perform the following steps to install the Force.com IDE for Eclipse Helios:

  1. Open the Eclipse IDE on your machine.

  2. Go to Help  Install New Software:

  3. In the next window, click on the Add button. In the dialog box, enter Force.com IDE as the name and https://developer.salesforce.com/media/force-ide/eclipse42/ as the location. Then click on OK:

    Once you add the new repository, Eclipse will download the list of available plugins and display them in the Available Software section.

  4. Select the checkbox in front of Force...