Public methods for Data Replicaton API

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Cloud Applications
Post Reply
craigd
Posts: 23
Joined: Wed 30 Jan 2013 11:33

Public methods for Data Replicaton API

Post by craigd » Tue 12 Feb 2013 11:46

Any chance of providing functionality similar to the SOAPI API calls getUpdated(), getDeleted() and retrieve()?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Public methods for Data Replicaton API

Post by Shalex » Thu 14 Feb 2013 09:32

We are investigating the possibility of implementing this functionality.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Public methods for Data Replicaton API

Post by Shalex » Wed 27 Feb 2013 10:02

The GetUpdatedIds and GetDeletedIds methods (Data Replicaton API) of the SalesforceConnection class are implemented. The retrive() is currently not supported, but you can construct a correct SELECT if you have a list of IDs.

We will post here when the corresponding build of dotConnect for Salesforce is available for download.

Post Reply