You need to sign in to do that
Don't have an account?

Update Salesforce Records in External System
HI,
I am getting the Product records from external system to sfdc. Now in salesforce on the product object I have a field called Unit-Price. When I update the field unit-price in salesforce at the same time i want to update the field of unit-price in External System, How can i achieve this, is it possible by using outbound-messages, or should i want to go for REST. Give me suggestions.
If i go for rest means what are the steps i want to follow can anyone suggest me..which is the better way for my requirement
I am getting the Product records from external system to sfdc. Now in salesforce on the product object I have a field called Unit-Price. When I update the field unit-price in salesforce at the same time i want to update the field of unit-price in External System, How can i achieve this, is it possible by using outbound-messages, or should i want to go for REST. Give me suggestions.
If i go for rest means what are the steps i want to follow can anyone suggest me..which is the better way for my requirement
As per your link it explains that update the records in salesforce...Not in External System. My case i want to update records in External System
from Salesforce...
If this solves your problem, kindly mark it as the best answer.
Regards,
Magulan
http://www.infallibletechie.com
It is not Possible by using integration...if it means how can do this..can you give any sample code.