function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
DarshanaDarshana 

Hi I am new in Salesforce Please help me with query. How to create new org? I already have an account in salesforce. So do it have to do with an existing account or create new?

Best Answer chosen by Darshana
Ajvad AjuAjvad Aju

Production org—An org that has live users accessing your data
Developer org—An org created with a Developer Edition account
Sandbox org—An org created on your production org that is a copy of your production org

You can't develop Apex in your Salesforce production org. Live users accessing the system while you're developing can destabilize your data or corrupt your application. Instead, do all your development work in either a sandbox or a Developer Edition org.

To create a sandbox org:
  • From Setup, enter Sandboxes in the Quick Find box, then select Sandboxes.
  • Click New Sandbox.
  • Enter a name and description
  • Select the type of sandbox
  • Select the data to include in your Partial Copy or Full sandbox.
  • To run scripts after each create and refresh for this sandbox, specify the Apex class you previously created from the SandboxPostCopy interface.
  • Click Create
For more infomation
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_intro_get_dev_account.htm

To create a devoloper org:
You can go through this 
https://developer.salesforce.com/signup?d=70130000000td6N

Regards
Ajvad Aju
 

All Answers

Ajvad AjuAjvad Aju
Hi Darshana,

You dont want to create new account for creating new org in salesforce.
Here i need to know which salesforce edition is with you?

Regards
Ajvad Aju
DarshanaDarshana
I thing i am using developer edition. How can i confirm about edition?
 
Ajvad AjuAjvad Aju

Production org—An org that has live users accessing your data
Developer org—An org created with a Developer Edition account
Sandbox org—An org created on your production org that is a copy of your production org

You can't develop Apex in your Salesforce production org. Live users accessing the system while you're developing can destabilize your data or corrupt your application. Instead, do all your development work in either a sandbox or a Developer Edition org.

To create a sandbox org:
  • From Setup, enter Sandboxes in the Quick Find box, then select Sandboxes.
  • Click New Sandbox.
  • Enter a name and description
  • Select the type of sandbox
  • Select the data to include in your Partial Copy or Full sandbox.
  • To run scripts after each create and refresh for this sandbox, specify the Apex class you previously created from the SandboxPostCopy interface.
  • Click Create
For more infomation
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_intro_get_dev_account.htm

To create a devoloper org:
You can go through this 
https://developer.salesforce.com/signup?d=70130000000td6N

Regards
Ajvad Aju
 
This was selected as the best answer
DarshanaDarshana
Hi,
Thank you for your valuable reply. So now I am confirm that I am having developer edition org already but as per requirement I have to create new fresh org. So do i have to create new dev org or it has to do with existing account?
Ajvad AjuAjvad Aju
Hi,

Can you please elaborate your requirement
If you want to implement any functionalities or any specific tasks, then you can create an app in your developer org and with your requirements. You have no need to create a new developer account.
To confirm your edition, You can even go to  Setup - Administer - on the top of this page you will see
Administer
Developer Edition

Regards
Ajvad