Skip to main content

Salesforce Login and Developer Account

Salesforce Login and Developer Account


In order to use any application you need to login and the cloud based CRM is not an exception to it.

To have an understanding of the working of the Salesforce CRM you need to create a Developer Account and login using your credentials. The developer account would allow you to try various functionalities in Salesforce.

Once you have created a developer account , you would be able to feel the user interface (UI) and the various features that are available.

You need to have an email address as it requires to put in your email address at the time of registration for a developer account for Salesforce.

The below are the steps to register with Salesforce and create a developer account :

Step 1 : Visit developer registration page .



Step 2 : Fill in the necessary details that you are asked for on the page.

Step 3 : You will be asked for the email address in the form, please put in the email address that you have created. In case you ever forget your developer account password, you can get your reset link to the email address registered here.

Step 4 : At the bottom of the form you see the Username box, type in the user name which has to be in the form of an email address like exampleemailaddress@domain.com. This need not be an existing email address. It just has to be unique.

Step 4 : Sign me up.






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...