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
Developer99Developer99 

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
Subramani_SFDCSubramani_SFDC
http://salesforce.stackexchange.com/questions/15968/updating-a-record-based-on-external-id-which-are-not-unique

Developer99Developer99
@Subramani_SFDC,,

         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...
MagulanDuraipandianMagulanDuraipandian
Export the records from SF using Data loader and update the records in External System using the tool provided by that system.

If this solves your problem, kindly mark it as the best answer.

Regards,
Magulan
http://www.infallibletechie.com
Developer99Developer99
@Magu,,
     
               It is not Possible by using integration...if it means how can do this..can you give any sample code.