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
Amrender sainiAmrender saini 

How can create org programmatically. Does it possible ?

Hello all

I'm new in salesforce. I have some confusing regarding requirements.

I have requirement to create an org programmatically. Is that posibale?
Can I do that those setps programmatically  in new org ? :
1. Enable Account Teams
2. Delete Duplicate Rules
3. Enable Lightning
4. Create Namespace
5. Create Dashboards folder

Thanks
Amrender
 
Jerome RussJerome Russ
I do not know if this is possible with native Salesforce.
Would it be possible to use a language not native to Salesforce? Ruby scripting could easily do any setup needs you require. There are also some macro scripting extensions for Chrome if that is an option.