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

Deploy using Force.com Migration Tool


Force.com Migration Tool is Java ANT based command line tool to deploy metadata components from one Salesforce org to another org or deploy same metadata components to multiple Salesforce org's like Developer org -> UAT org -> Pre-Production org -> Production org. It allows you to deploy metadata components likes Objects, Communities, Apex classes, Apex triggers, Lightning Components and Visualforce Pages, and so on. The advantage of using Force.com Migration Tool is, it allows you to schedule a deployment over the weekend or non-business hours. This use Metadata API to deploy the components. It is very useful and time-saving to use Force.com Migration Tool in following scenarios

  • Migrate components from development org to a test org with large amounts of metadata quickly.

  • In the case of multistage release processes using this tool deployment of components can make this activity much more efficient.

  • When IT does deploy from staging org to production...