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
b.niteshb.nitesh 

Not able to update account object

Hi,

I am trying to implement Salesforce-to-salesforce integration using SOAP APIs. I followed the links at http://developer.force.com/cookbook/recipe/calling-salesforce-web-services-using-apex and http://boards.developerforce.com/t5/forums/forumtopicprintpage/board-id/integration/message-id/1367/print-single-message/false/page/1 to create Apex classes for Partner WSDL.

 

Now I am able to query into another org. However, when I try to update an account object, the update does not modify the record. I am using a callout from a trigger to do this. I can see that the callout is successful and even the SaveResult.success is true. On the other org, the object has its last modified field updated but the updates to fields do not take place.

 

I tried updating a custom field and a standard field (Phone) as well but none of them get updated. I'm sure other people have done similar things. Any tips or pointers will be much appreciated.

 

If you need any sample code from my end to help you in your analysis, let me know and I can make it available here. Thanks.