You need to sign in to do that
Don't have an account?
sending outbound messages between two salesforce organizations
Is it possible to update a record from one Salesforce organization to another Salesforce organization using outbound messages(workflow)? If possible, Please guide me how to configure it.
You can use Apex Call out to do this, and in the other Salesforce deploy the Apex class as a Web service.
Then you can call out from one Salesforce to another Salesforce.
All Answers
With the REST API it will be simpler than outbound messaging
You can use Apex Call out to do this, and in the other Salesforce deploy the Apex class as a Web service.
Then you can call out from one Salesforce to another Salesforce.