SlideShare a Scribd company logo
1 of 17
Release & Change Management
In Salesforce
Kalyan Lanka
Salesforce Technical Architect
kalyan@snimbus.com
Agenda
• Why Release Management?
• The method!
• Best Practice for Salesforce
Projects
– REI Systems Experience
• Best Practice for Product
Organization/ISV organization
– Xceede Solutions experience
• Demo & Questions
Release & Change Management in
Salesforce By Kalyan Lanka
Why Release Management?
• Release Management is a process of managing software
releases or software development process
• Often release planning/management starts on Salesforce
projects like this:
Release & Change Management in
Salesforce By Kalyan Lanka
Why Release Management?
• Secret sauce for timely completion
of sprints
• Increases Software Quality of your
project
• Avoid discovering and fixing issues
after going live in production
• Fail fast, fail cheap and Pivot
• Happy Developers & testers
• Happy Management
• Happy Customers
Discover
& Design
Salesforce
Development
Life Cycle
Build &
Release
Validate
& Test
Train &
Release
Release & Change Management in
Salesforce By Kalyan Lanka
Salesforce Environments
• Production – Salesforce Org. where
business users use to run the business
• Full Sandbox – Backup/UAT/Training
Org. that companies use to train
employees, backup production or
conduct UAT
• Developer Pro – Testing environments
or Integration test environments
• Developer – Development
Environments
• Pre-Release – Sandbox for Pre-
Release testing
Production
Full
Sandbox
Developer
Pro
Developer
Pre
Release
Release & Change Management in
Salesforce By Kalyan Lanka
Version Control & Why?
• Tracking and managing change is imperative for successful projects
• Unfortunately not much emphasis has been given on Salesforce
projects on the need Version Control
• Version Control gives ability for developers and leads to identify and
pre-empt issues and bad Salesforce development practices
• Provides ability to back-up code/configuration changes
• Extends Salesforce into a platform for multi-projects
implementation and providing flexibility in feature roll-out to users
Release & Change Management in
Salesforce By Kalyan Lanka
Change Management Approaches
• Change Sets
– Good
• Simple method for deployments
• Point and Click methods
– Bad
• Not easy to manage large changes
• Time-consuming and not repeatable
• Manual and error prone
– Recommended for simpler projects
Release & Change Management in
Salesforce By Kalyan Lanka
• IDE Deployments using Eclipse/Mavensmate
– Good
• Can determine easily what files to deploy
• Ability to track changes to components
• Deploy to multiple sandboxes or production easily from the IDE
– Bad
• Not easy to manage large changes
• Time-consuming and not repeatable
– Recommended for simpler projects
Change Management Approaches
Release & Change Management in
Salesforce By Kalyan Lanka
Change sets IDE Metadata API
• Simple & Declarative
method for deployments
• Identify dependencies and
deploy related
components
• Fast and easy
deployments for simple
changes
• Can be move across orgs.
easily
• Can determine easily what
files to deploy
• Ability to track changes to
components
• Deploy to multiple
sandboxes or production
easily from the IDE
• Ability to track test
coverage of class and run
test classes
• Ability to deploy changes
across multiple
organizations quickly
• Ability to semi-automate
extraction of metadata and
deploy across connected
and unconnected orgs
• Reduces the risk of
unforeseen changes and
deployments
• Difficult to track changes
• Complexity increases
exponentially when
components increase
• Only possible in Connected
Orgs
• Difficult to track changes
• Left to the developer to
deploy the changes
• Using development
environments for
deployment in production
• May not follow
Organizations Security
guidelines & polices
• Difficult to track changes
• Manually run changes and
identify dependencies
• Not easy to automate for
pre and post deployment
steps
• May not follow
Organizations Security
guidelines & polices
Change Management Approaches -
Recommended
• Automated Builds and Deployments
– Advantages
• Use Version Control for track and monitor changes
• Use Continuous Integration tools to deploy changes in Salesforce Org. using
Metadata API
• Ability to develop organizations specific tools and scripts as pre and post
deployments
• Leverages best practices that are followed by other technology stacks (Java, .NET..
) in the organization
• Increased adherence to compliance requirements
– Disadvantages
• Need to identify the organization release and change management strategy early
in the project life cycle
• Team needs understanding of Version Control and Continuous Integration
principles
• Can be time-consuming and need expertise of internal processes and technologies
like Java, Ant and CI tools
Release & Change Management in
Salesforce By Kalyan Lanka
The Method! - The tools
• Salesforce IDE (Eclipse/Sublime
Text – MavensMate)
• Salesforce Metadata API
• Version Control (Git /SVN
/Perforce/TFS)
• Continuous Integration
(Jenkins/Hudson)
• Build Server (Windows/Linux/AIX)
• Requirement Management & Bug
Tracking Tool (Confluence/JIRA)
• Ant & Java
• Lots of Planning & patience..
Release & Change Management in
Salesforce By Kalyan Lanka
Best Practice for Salesforce
Implementation Projects
Release & Change Management in
Salesforce By Kalyan Lanka
REI Systems Experience
Problem
• Multiple Sub-Projects under bigger implementation
• Needed to keep Development Orgs. and testing orgs. Constantly in sync.
• Change Sets had Limitations on managing changes and deleting the
changes
• Test Classes were breaking just before going to higher environments
• Validation and Test environments were not maintained with latest changes
Solution
• Implemented Github and developers forked the Metadata in
Eclipse/Sublime Text
• All changes where checked into Git by using Eclipse Plugin
• Git is used for Code Reviews and Quality Control
• Jenkins is used to deliver the changes to higher environment
• JIRA is used for bug tracking and managing changes in higher
environments Release & Change Management in
Salesforce By Kalyan Lanka
REI GovGrants
Release & Change Management in
Salesforce By Kalyan Lanka
Best Practice for Product Development
Release & Change Management in
Salesforce By Kalyan Lanka
Xceede Solutions Experience
Problem
• Offshore resources for development
• Ability to track progress and changes to the product
• Know the features complexity ability to fail fast
• Visibility into development and track features with code
• Test and fix the issues identified quickly
Solution
• Implemented Github for offshore developers to fork non managed
package in Eclipse/Sublime Text
• Used Aha.io for product management and feature roll-out
• Integrated Aha.io with Github for track code changes against features
• Github is used for Code Reviews and Quality Control
• Jenkins is used to deliver the changes to higher environment
• Github bug tracker to manage defects
Release & Change Management in
Salesforce By Kalyan Lanka
Product Development Eco - System
Release & Change Management in
Salesforce By Kalyan Lanka
Versioning
Control
Repository
Continuous
Integration & Build
Server
Developer
IDE
Local
Version
Repository
Developer
Org
Test Org
Production
Org
Trial Org
Developer
IDE
Local
Version
Repository
Developer
Org
Demo & Questions
Release & Change Management in
Salesforce By Kalyan Lanka
Kalyan Lanka
kalyan@snimbus.com
http://lnkdin.me/kalyan
@kalyanlanka

More Related Content

What's hot

Best Practices for Rolling Out New Functionality
Best Practices for Rolling Out New FunctionalityBest Practices for Rolling Out New Functionality
Best Practices for Rolling Out New FunctionalitySalesforce Admins
 
Salesforce DevOps: Where Do You Start?
Salesforce DevOps: Where Do You Start?Salesforce DevOps: Where Do You Start?
Salesforce DevOps: Where Do You Start?Chandler Anderson
 
Managing Change With A Sensible Sandbox Architecture
Managing Change With A Sensible Sandbox ArchitectureManaging Change With A Sensible Sandbox Architecture
Managing Change With A Sensible Sandbox ArchitectureAlexander Sutherland
 
DevOps Center_ArchitectGroup
DevOps Center_ArchitectGroup DevOps Center_ArchitectGroup
DevOps Center_ArchitectGroup AmeyKulkarni84
 
Enterprise Integration - Solution Patterns From the Field
Enterprise Integration - Solution Patterns From the FieldEnterprise Integration - Solution Patterns From the Field
Enterprise Integration - Solution Patterns From the FieldSalesforce Developers
 
Integrating with salesforce
Integrating with salesforceIntegrating with salesforce
Integrating with salesforceMark Adcock
 
Webinar: Take Control of Your Org with Salesforce Optimizer
Webinar: Take Control of Your Org with Salesforce OptimizerWebinar: Take Control of Your Org with Salesforce Optimizer
Webinar: Take Control of Your Org with Salesforce OptimizerSalesforce Admins
 
Introduction to the Salesforce Security Model
Introduction to the Salesforce Security ModelIntroduction to the Salesforce Security Model
Introduction to the Salesforce Security ModelSalesforce Developers
 
Tackling Salesforce Technical Debt
Tackling Salesforce Technical DebtTackling Salesforce Technical Debt
Tackling Salesforce Technical Debtpanayaofficial
 
Salesforce.com Org Migration Overview
Salesforce.com Org Migration OverviewSalesforce.com Org Migration Overview
Salesforce.com Org Migration OverviewShell Black
 
DevOps in Salesforce AppCloud
DevOps in Salesforce AppCloudDevOps in Salesforce AppCloud
DevOps in Salesforce AppCloudrsg00usa
 
From Sandbox To Production: An Introduction to Salesforce Release Management
From Sandbox To Production: An Introduction to Salesforce Release ManagementFrom Sandbox To Production: An Introduction to Salesforce Release Management
From Sandbox To Production: An Introduction to Salesforce Release ManagementSalesforce Developers
 
Salesforce Architecture framework, Martin Kona
Salesforce Architecture framework, Martin KonaSalesforce Architecture framework, Martin Kona
Salesforce Architecture framework, Martin KonaCzechDreamin
 
How to implement DevOps in your Organization
How to implement DevOps in your OrganizationHow to implement DevOps in your Organization
How to implement DevOps in your OrganizationDalibor Blazevic
 
Manage Development in Your Org with Salesforce Governance Framework
Manage Development in Your Org with Salesforce Governance FrameworkManage Development in Your Org with Salesforce Governance Framework
Manage Development in Your Org with Salesforce Governance FrameworkSalesforce Developers
 

What's hot (20)

Best Practices for Rolling Out New Functionality
Best Practices for Rolling Out New FunctionalityBest Practices for Rolling Out New Functionality
Best Practices for Rolling Out New Functionality
 
Salesforce DevOps: Where Do You Start?
Salesforce DevOps: Where Do You Start?Salesforce DevOps: Where Do You Start?
Salesforce DevOps: Where Do You Start?
 
Managing Change With A Sensible Sandbox Architecture
Managing Change With A Sensible Sandbox ArchitectureManaging Change With A Sensible Sandbox Architecture
Managing Change With A Sensible Sandbox Architecture
 
Architect day 20181128 - Afternoon Session
Architect day 20181128 - Afternoon SessionArchitect day 20181128 - Afternoon Session
Architect day 20181128 - Afternoon Session
 
Development Best Practices
Development Best PracticesDevelopment Best Practices
Development Best Practices
 
DevOps Center_ArchitectGroup
DevOps Center_ArchitectGroup DevOps Center_ArchitectGroup
DevOps Center_ArchitectGroup
 
Enterprise Integration - Solution Patterns From the Field
Enterprise Integration - Solution Patterns From the FieldEnterprise Integration - Solution Patterns From the Field
Enterprise Integration - Solution Patterns From the Field
 
Integrating with salesforce
Integrating with salesforceIntegrating with salesforce
Integrating with salesforce
 
Introduction to MuleSoft
Introduction to MuleSoftIntroduction to MuleSoft
Introduction to MuleSoft
 
Webinar: Take Control of Your Org with Salesforce Optimizer
Webinar: Take Control of Your Org with Salesforce OptimizerWebinar: Take Control of Your Org with Salesforce Optimizer
Webinar: Take Control of Your Org with Salesforce Optimizer
 
Introduction to the Salesforce Security Model
Introduction to the Salesforce Security ModelIntroduction to the Salesforce Security Model
Introduction to the Salesforce Security Model
 
Tackling Salesforce Technical Debt
Tackling Salesforce Technical DebtTackling Salesforce Technical Debt
Tackling Salesforce Technical Debt
 
Best practices in release management
Best  practices in release managementBest  practices in release management
Best practices in release management
 
Salesforce.com Org Migration Overview
Salesforce.com Org Migration OverviewSalesforce.com Org Migration Overview
Salesforce.com Org Migration Overview
 
DevOps in Salesforce AppCloud
DevOps in Salesforce AppCloudDevOps in Salesforce AppCloud
DevOps in Salesforce AppCloud
 
From Sandbox To Production: An Introduction to Salesforce Release Management
From Sandbox To Production: An Introduction to Salesforce Release ManagementFrom Sandbox To Production: An Introduction to Salesforce Release Management
From Sandbox To Production: An Introduction to Salesforce Release Management
 
Salesforce Architecture framework, Martin Kona
Salesforce Architecture framework, Martin KonaSalesforce Architecture framework, Martin Kona
Salesforce Architecture framework, Martin Kona
 
Data Migration Made Easy
Data Migration Made EasyData Migration Made Easy
Data Migration Made Easy
 
How to implement DevOps in your Organization
How to implement DevOps in your OrganizationHow to implement DevOps in your Organization
How to implement DevOps in your Organization
 
Manage Development in Your Org with Salesforce Governance Framework
Manage Development in Your Org with Salesforce Governance FrameworkManage Development in Your Org with Salesforce Governance Framework
Manage Development in Your Org with Salesforce Governance Framework
 

Similar to Release & Change management in salesforce

Best Practices for a Repeatable Shift-Left Commitment
Best Practices for a Repeatable Shift-Left CommitmentBest Practices for a Repeatable Shift-Left Commitment
Best Practices for a Repeatable Shift-Left CommitmentApplause
 
From Release Bottleneck to Deployment Flow - how Eaton Vance revolutionized t...
From Release Bottleneck to Deployment Flow - how Eaton Vance revolutionized t...From Release Bottleneck to Deployment Flow - how Eaton Vance revolutionized t...
From Release Bottleneck to Deployment Flow - how Eaton Vance revolutionized t...Serena Software
 
Ladies Be Architects: Study Group IV: Project and System Governance
Ladies Be Architects: Study Group IV: Project and System GovernanceLadies Be Architects: Study Group IV: Project and System Governance
Ladies Be Architects: Study Group IV: Project and System Governancegemziebeth
 
ALM with TFS: From the Drawing Board to the Cloud
ALM with TFS: From the Drawing Board to the CloudALM with TFS: From the Drawing Board to the Cloud
ALM with TFS: From the Drawing Board to the CloudJeremy Likness
 
The QA/Testing Process
The QA/Testing ProcessThe QA/Testing Process
The QA/Testing ProcessSynerzip
 
Leveraging DevOps Principles for Release and Deploy
Leveraging DevOps Principles for Release and DeployLeveraging DevOps Principles for Release and Deploy
Leveraging DevOps Principles for Release and DeploySerena Software
 
matt heinzelman software quality assurance presentation technical & tool
matt heinzelman software quality assurance presentation technical & toolmatt heinzelman software quality assurance presentation technical & tool
matt heinzelman software quality assurance presentation technical & toolCuongHoang80
 
Session on evaluation of DevSecOps
Session on evaluation of DevSecOpsSession on evaluation of DevSecOps
Session on evaluation of DevSecOpsAbdullah al Mamun
 
BoS2015 Jeff Szczepanski – COO, Stack Exchange - Stack Overflow. Scaling a Te...
BoS2015 Jeff Szczepanski – COO, Stack Exchange - Stack Overflow. Scaling a Te...BoS2015 Jeff Szczepanski – COO, Stack Exchange - Stack Overflow. Scaling a Te...
BoS2015 Jeff Szczepanski – COO, Stack Exchange - Stack Overflow. Scaling a Te...Business of Software Conference
 
Lap around ALM with Visual Studio and TFS 2013
Lap around ALM with Visual Studio and TFS 2013Lap around ALM with Visual Studio and TFS 2013
Lap around ALM with Visual Studio and TFS 2013Paul Hacker
 
What is Scaled Agile Framework | Edureka
What is Scaled Agile Framework | EdurekaWhat is Scaled Agile Framework | Edureka
What is Scaled Agile Framework | EdurekaEdureka!
 
Introduction to DevOps
Introduction to DevOpsIntroduction to DevOps
Introduction to DevOpsCprime
 
Continuous Delivery & Testing Madrid AfterTest
Continuous Delivery & Testing Madrid AfterTestContinuous Delivery & Testing Madrid AfterTest
Continuous Delivery & Testing Madrid AfterTestPeter Marshall
 
Change Management in Hybrid landscapes 2017
Change Management in Hybrid landscapes 2017Change Management in Hybrid landscapes 2017
Change Management in Hybrid landscapes 2017Chris Kernaghan
 

Similar to Release & Change management in salesforce (20)

Best Practices for a Repeatable Shift-Left Commitment
Best Practices for a Repeatable Shift-Left CommitmentBest Practices for a Repeatable Shift-Left Commitment
Best Practices for a Repeatable Shift-Left Commitment
 
From Release Bottleneck to Deployment Flow - how Eaton Vance revolutionized t...
From Release Bottleneck to Deployment Flow - how Eaton Vance revolutionized t...From Release Bottleneck to Deployment Flow - how Eaton Vance revolutionized t...
From Release Bottleneck to Deployment Flow - how Eaton Vance revolutionized t...
 
Journey to the center of DevOps - v6
Journey to the center of DevOps - v6Journey to the center of DevOps - v6
Journey to the center of DevOps - v6
 
Ladies Be Architects: Study Group IV: Project and System Governance
Ladies Be Architects: Study Group IV: Project and System GovernanceLadies Be Architects: Study Group IV: Project and System Governance
Ladies Be Architects: Study Group IV: Project and System Governance
 
ALM with TFS: From the Drawing Board to the Cloud
ALM with TFS: From the Drawing Board to the CloudALM with TFS: From the Drawing Board to the Cloud
ALM with TFS: From the Drawing Board to the Cloud
 
The QA/Testing Process
The QA/Testing ProcessThe QA/Testing Process
The QA/Testing Process
 
Leveraging DevOps Principles for Release and Deploy
Leveraging DevOps Principles for Release and DeployLeveraging DevOps Principles for Release and Deploy
Leveraging DevOps Principles for Release and Deploy
 
matt heinzelman software quality assurance presentation technical & tool
matt heinzelman software quality assurance presentation technical & toolmatt heinzelman software quality assurance presentation technical & tool
matt heinzelman software quality assurance presentation technical & tool
 
Session on evaluation of DevSecOps
Session on evaluation of DevSecOpsSession on evaluation of DevSecOps
Session on evaluation of DevSecOps
 
BoS2015 Jeff Szczepanski – COO, Stack Exchange - Stack Overflow. Scaling a Te...
BoS2015 Jeff Szczepanski – COO, Stack Exchange - Stack Overflow. Scaling a Te...BoS2015 Jeff Szczepanski – COO, Stack Exchange - Stack Overflow. Scaling a Te...
BoS2015 Jeff Szczepanski – COO, Stack Exchange - Stack Overflow. Scaling a Te...
 
Introducing DevOps
Introducing DevOpsIntroducing DevOps
Introducing DevOps
 
Software testing
Software testingSoftware testing
Software testing
 
DevOps: Hype or Hope
DevOps: Hype or HopeDevOps: Hype or Hope
DevOps: Hype or Hope
 
Lap around ALM with Visual Studio and TFS 2013
Lap around ALM with Visual Studio and TFS 2013Lap around ALM with Visual Studio and TFS 2013
Lap around ALM with Visual Studio and TFS 2013
 
What is Scaled Agile Framework | Edureka
What is Scaled Agile Framework | EdurekaWhat is Scaled Agile Framework | Edureka
What is Scaled Agile Framework | Edureka
 
Introduction to DevOps
Introduction to DevOpsIntroduction to DevOps
Introduction to DevOps
 
Continuous Delivery & Testing Madrid AfterTest
Continuous Delivery & Testing Madrid AfterTestContinuous Delivery & Testing Madrid AfterTest
Continuous Delivery & Testing Madrid AfterTest
 
DevOps Presentation.pptx
DevOps Presentation.pptxDevOps Presentation.pptx
DevOps Presentation.pptx
 
Change Management in Hybrid landscapes 2017
Change Management in Hybrid landscapes 2017Change Management in Hybrid landscapes 2017
Change Management in Hybrid landscapes 2017
 
what-is-devops.ppt
what-is-devops.pptwhat-is-devops.ppt
what-is-devops.ppt
 

Recently uploaded

Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdfPayment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdfkalichargn70th171
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...masabamasaba
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...masabamasaba
 
Exploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdfExploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdfproinshot.com
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsJhone kinadey
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...SelfMade bd
 
SHRMPro HRMS Software Solutions Presentation
SHRMPro HRMS Software Solutions PresentationSHRMPro HRMS Software Solutions Presentation
SHRMPro HRMS Software Solutions PresentationShrmpro
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnAmarnathKambale
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrainmasabamasaba
 
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfVishalKumarJha10
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...Shane Coughlan
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...harshavardhanraghave
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrandmasabamasaba
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsArshad QA
 
%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...masabamasaba
 
The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is insideshinachiaurasa2
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...Health
 
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburgmasabamasaba
 
The Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdfThe Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdfayushiqss
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplatePresentation.STUDIO
 

Recently uploaded (20)

Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdfPayment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
 
Exploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdfExploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdf
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
 
SHRMPro HRMS Software Solutions Presentation
SHRMPro HRMS Software Solutions PresentationSHRMPro HRMS Software Solutions Presentation
SHRMPro HRMS Software Solutions Presentation
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
 
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...
 
The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is inside
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg
 
The Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdfThe Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdf
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 

Release & Change management in salesforce

  • 1. Release & Change Management In Salesforce Kalyan Lanka Salesforce Technical Architect kalyan@snimbus.com
  • 2. Agenda • Why Release Management? • The method! • Best Practice for Salesforce Projects – REI Systems Experience • Best Practice for Product Organization/ISV organization – Xceede Solutions experience • Demo & Questions Release & Change Management in Salesforce By Kalyan Lanka
  • 3. Why Release Management? • Release Management is a process of managing software releases or software development process • Often release planning/management starts on Salesforce projects like this: Release & Change Management in Salesforce By Kalyan Lanka
  • 4. Why Release Management? • Secret sauce for timely completion of sprints • Increases Software Quality of your project • Avoid discovering and fixing issues after going live in production • Fail fast, fail cheap and Pivot • Happy Developers & testers • Happy Management • Happy Customers Discover & Design Salesforce Development Life Cycle Build & Release Validate & Test Train & Release Release & Change Management in Salesforce By Kalyan Lanka
  • 5. Salesforce Environments • Production – Salesforce Org. where business users use to run the business • Full Sandbox – Backup/UAT/Training Org. that companies use to train employees, backup production or conduct UAT • Developer Pro – Testing environments or Integration test environments • Developer – Development Environments • Pre-Release – Sandbox for Pre- Release testing Production Full Sandbox Developer Pro Developer Pre Release Release & Change Management in Salesforce By Kalyan Lanka
  • 6. Version Control & Why? • Tracking and managing change is imperative for successful projects • Unfortunately not much emphasis has been given on Salesforce projects on the need Version Control • Version Control gives ability for developers and leads to identify and pre-empt issues and bad Salesforce development practices • Provides ability to back-up code/configuration changes • Extends Salesforce into a platform for multi-projects implementation and providing flexibility in feature roll-out to users Release & Change Management in Salesforce By Kalyan Lanka
  • 7. Change Management Approaches • Change Sets – Good • Simple method for deployments • Point and Click methods – Bad • Not easy to manage large changes • Time-consuming and not repeatable • Manual and error prone – Recommended for simpler projects Release & Change Management in Salesforce By Kalyan Lanka • IDE Deployments using Eclipse/Mavensmate – Good • Can determine easily what files to deploy • Ability to track changes to components • Deploy to multiple sandboxes or production easily from the IDE – Bad • Not easy to manage large changes • Time-consuming and not repeatable – Recommended for simpler projects
  • 8. Change Management Approaches Release & Change Management in Salesforce By Kalyan Lanka Change sets IDE Metadata API • Simple & Declarative method for deployments • Identify dependencies and deploy related components • Fast and easy deployments for simple changes • Can be move across orgs. easily • Can determine easily what files to deploy • Ability to track changes to components • Deploy to multiple sandboxes or production easily from the IDE • Ability to track test coverage of class and run test classes • Ability to deploy changes across multiple organizations quickly • Ability to semi-automate extraction of metadata and deploy across connected and unconnected orgs • Reduces the risk of unforeseen changes and deployments • Difficult to track changes • Complexity increases exponentially when components increase • Only possible in Connected Orgs • Difficult to track changes • Left to the developer to deploy the changes • Using development environments for deployment in production • May not follow Organizations Security guidelines & polices • Difficult to track changes • Manually run changes and identify dependencies • Not easy to automate for pre and post deployment steps • May not follow Organizations Security guidelines & polices
  • 9. Change Management Approaches - Recommended • Automated Builds and Deployments – Advantages • Use Version Control for track and monitor changes • Use Continuous Integration tools to deploy changes in Salesforce Org. using Metadata API • Ability to develop organizations specific tools and scripts as pre and post deployments • Leverages best practices that are followed by other technology stacks (Java, .NET.. ) in the organization • Increased adherence to compliance requirements – Disadvantages • Need to identify the organization release and change management strategy early in the project life cycle • Team needs understanding of Version Control and Continuous Integration principles • Can be time-consuming and need expertise of internal processes and technologies like Java, Ant and CI tools Release & Change Management in Salesforce By Kalyan Lanka
  • 10. The Method! - The tools • Salesforce IDE (Eclipse/Sublime Text – MavensMate) • Salesforce Metadata API • Version Control (Git /SVN /Perforce/TFS) • Continuous Integration (Jenkins/Hudson) • Build Server (Windows/Linux/AIX) • Requirement Management & Bug Tracking Tool (Confluence/JIRA) • Ant & Java • Lots of Planning & patience.. Release & Change Management in Salesforce By Kalyan Lanka
  • 11. Best Practice for Salesforce Implementation Projects Release & Change Management in Salesforce By Kalyan Lanka
  • 12. REI Systems Experience Problem • Multiple Sub-Projects under bigger implementation • Needed to keep Development Orgs. and testing orgs. Constantly in sync. • Change Sets had Limitations on managing changes and deleting the changes • Test Classes were breaking just before going to higher environments • Validation and Test environments were not maintained with latest changes Solution • Implemented Github and developers forked the Metadata in Eclipse/Sublime Text • All changes where checked into Git by using Eclipse Plugin • Git is used for Code Reviews and Quality Control • Jenkins is used to deliver the changes to higher environment • JIRA is used for bug tracking and managing changes in higher environments Release & Change Management in Salesforce By Kalyan Lanka
  • 13. REI GovGrants Release & Change Management in Salesforce By Kalyan Lanka
  • 14. Best Practice for Product Development Release & Change Management in Salesforce By Kalyan Lanka
  • 15. Xceede Solutions Experience Problem • Offshore resources for development • Ability to track progress and changes to the product • Know the features complexity ability to fail fast • Visibility into development and track features with code • Test and fix the issues identified quickly Solution • Implemented Github for offshore developers to fork non managed package in Eclipse/Sublime Text • Used Aha.io for product management and feature roll-out • Integrated Aha.io with Github for track code changes against features • Github is used for Code Reviews and Quality Control • Jenkins is used to deliver the changes to higher environment • Github bug tracker to manage defects Release & Change Management in Salesforce By Kalyan Lanka
  • 16. Product Development Eco - System Release & Change Management in Salesforce By Kalyan Lanka Versioning Control Repository Continuous Integration & Build Server Developer IDE Local Version Repository Developer Org Test Org Production Org Trial Org Developer IDE Local Version Repository Developer Org
  • 17. Demo & Questions Release & Change Management in Salesforce By Kalyan Lanka Kalyan Lanka kalyan@snimbus.com http://lnkdin.me/kalyan @kalyanlanka