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
Sha 8Sha 8 

how to create records from one app into another app

i have two apps when a user is created in one app automatically the same user should be created in another app
Sonam_SFDCSonam_SFDC
When you say App does it ment two Salesforce accounts or two salesforce applications within a single Salesforce Account?

If you wish to integrate two Salesforce orgs, you can use the Salesforce APIs to accomplish this:
https://help.salesforce.com/HTViewHelpDoc?id=integrate_what_is_api.htm&language=en_US

REST :https://www.salesforce.com/us/developer/docs/api_rest/
SOAP:http://www.salesforce.com/us/developer/docs/api/