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
SHUCHI TIWARI 5SHUCHI TIWARI 5 

Standard Object Replication into Custom Object

Hello All,
I have a requirement to replicate Account object from one org to another Org's Custom object.
I want to check all the properties which are defined for Account Object.
Few of them are visible on Detail page but things like Enable Chatter and allow search are not mentioned anywhere. Also Name field for Account is of Name Datatype but for Custom object we have only Text or Auto Number option.
Can someone tell me how to get all these details and mapping?

Also is there any way to create bulk Object from spreadsheet (other than bulk object creator tool as it requires everything to be done manually after creating basic fields. It does not even give the faxibilty to choose different filed size and we have to select field type manually)? I need to create Custom object woth 300+ fields which is replica of Account obejct from other org. This is needed as part of Org merge.
 
Any helo would be appreciated.
Thanks,
Shuchi
ShivankurShivankur (Salesforce Developers) 
Hi Shuchi,

There is an Appexchange product available for this particular requirement or use case.

Please check out below link to understand what things you can do with it:
https://www.bofc.io/clone-operations/how-to-clone-object-in-salesforce-in-few-clicks/

Here is link to install BOFC:
https://appexchange.salesforce.com/appxListingDetail?listingId=a0N30000000qDqqEAE
https://www.bofc.io/release-notes/

If you wish to do it on your own then you might need to work with metadata from the source org and try getting it deployed to target org with properties available and would need your own custom solution for it.

Hope above information helps. Please mark as Best Answer so that it can help others in future.

Thanks.