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
ArjunmcaArjunmca 

What problems we may face if we implement two companies CRM data in one org

Hi,

 

Can any one explain the problems if we try to implement new salesforce development in an existing Salesforce Org which is having 1 Million records with Accounts, Contacts, Opportunities ,different records types, workflow rules, validation rules and triggers.

 

Suppose if we use same org for another business can we add Accounts, Contacts, Opportunities with different record types.

Can i use API calls? What problems we will face if implement two companies CRM data in one salesforce org?

 

 

 

 

 

 

 

Vinita_SFDCVinita_SFDC

Hi,

 

If you are expecting similar functionality in both the Orgs then you can go for development which doesn't involve any hard coding and Org independent.

 

Yes you can add records with different record types unless you are adding any restriction in your code.

 

Please elaborate a bit more about what development are you planning. There could be numerous scenarios.