Creating Salesforce Developer Account

To start with any technology/language, we need to setup environment first. As far as salesforce development environment is concerned, we no need to install anything locally to start with. You just need to provide basic information about you and you will get salesforce environment with username and password. In addition, you can access this environment any where if you have any browser like google chrome , IE or any other browser with internet. 


Step 1: Please click below link to get the salesforce environment. After clicking below url, you see the following page. Once you are able to register successfully then you will get an activation link to your provided email in order to reset the password. 

https://developer.salesforce.com/signup





Step 2: Once you reset your password, it will redirect you to salesforce login page. In case, it is not redirecting due to any reason then you can click below link to login to salesforce. The login page will look like as below. 

https://login.salesforce.com/




Summary : Now you have username and password to login and develop on salesforce platform anytime and anywhere without any local resource dependency.


Please refer below to get detailed information for DE.

Comments

Popular posts from this blog

System.AsyncException: The Apex job named is already scheduled for execution.

Custom Setting Creation in Apex Test Class

Error : "Trigger must be associated with a job detail"

AJAX Toolkit Debug Shell

Salesforce Trace Log Query Using Apex

how to get object name from id / prefix value in salesforce

How to Query All the batch classes in your Salesforce Instance using APEX

Creating MAP from SOQL Query

Custom Pagination Without Controller (Apex)