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
sfDevelopersfDeveloper 

Query call on updated records

Hi,

I use at this moment API 2.0. In the documentation I read that it is possible to query records that modified since a given date. (scope = updated, ifModifiedSince= "a date",  no filter, no select, no idList, no maxRows and no useCaseSafeIDs).

Well, if I run my program, I get t error number "1213" and it means Functionality is currently disabled.

I wonder Why ?? and How can I get this functionality back ??

Regards,

sfDeveleoper

 

 

 

DevAngelDevAngel

Hi sfDeveloper,

The documentation erroneously included functionality for an upcoming release with regard to the updated and deleted scopes.  These features are part of what we refer to as replication API, any functions that conveniently allow you to determine changed and modified data for the purposes of keeping a mirrored db up to date. 

I expect this feature to become available in our next release or the one after that.  We have some technical hurdles to overcome and the feature is not ready yet.

 

sfDevelopersfDeveloper

Hello Dave,

Thank you for the information.

sfDeveloper