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 11. Different Ways of Deploying an Application between Environments

In the previous chapter, we discussed different techniques to manage e-mail administration, including e-mail deliverability and bounce management. We also discussed Salesforce-downloadable applications: SalesforceA, Salesforce Authenticator, and Salesforce1. In this chapter, we will discuss different ways of deploying an application or changes between Salesforce environments. We'll cover the following topics:

  • Deploying using change sets

  • Deploying using the Force.com IDE

  • Deploying using packages

  • Deploying using Force.com migration tool

Once you start working on any application from scratch or enhancement, you mainly have to develop a schema, that is, metadata. It means you have to deploy the new metadata into production org as soon as development and testing are over. In another scenario, if you are working on a migration project from a legacy system to Salesforce. In such cases, you will have to deploy the newly developed...