Skip to main content

Salesforce Editions

Salesforce Editions

In this post we will learn about Salesforce Editions:  

What are Salesforce Editions ?


A Salesforce Edition is a bundle or a package of features and services. When a company buys a licence for Salesforce, the company has to choose which Salesforce Edition to go for. To understand which Salesforce edition to choose, you can refer to the below summary of Salesforce editions : 

Essentials Edition:
The Salesforce Essentials Edition is developed for customers with small businesses that are looking for a quick start. The user interface is easy to use and it has intuitive walkthroughs to guide the users and it also has a setup assistant.

Professional Edition:
The Salesforce Professional Edition is best suited for for businesses that are are between small and medium scale. It has straight forward and easy to use customization.

Enterprise Edition:
The Salesforce Enterprise Edition is for large scale enterprises. Not only the functionalities of the 

Professional Edition:
It contains advanced customization and administration tools to support large scale deployments.This edition also provides Salesforce APIs
so that you can integrate with other systems.

Unlimited Edition:
The Unlimited Edition includes all the features of the Enterprise Edition plus full mobile access, unlimited custom apps, Salesforce Premier Support,
increased storage limits,etc.

Developer Edition:
The Developer Edition is for developers to extend and integrate Salesforce to other applications. It also has many features of the Enterprise Edition.




Comments

Popular posts from this blog

How to create a validation rule in Salesforce

Validation rule is a filter or a criteria that validates the data that is pushed into an application and verifies if the data that has been entered is in accordance to the set standards. Example : Let's say, there is a field that is used to enter the Age of a Student. But per the organization rule, no student should be allowed to join the course if the age is not more than 25 years. So here you may write a validation rule saying that the Age field should not be more than 25. In case the age entered is more than 25, then the record is not allowed to be saved. You would see an error when you enter the age more than 25. Let me give you another example.  Say that there's a field to enter the Product code. And per the rule of the organization, the Product code should always start with PR. In case you enter any code other than the one that begins with PR, you would encounter an error. The benefits of Validation rules is that you can improve the quality of the data that is go...