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

INVALID_REPLICATION_DATE: startDate before org replication enabled date
I have the following error when I call getDeleted() on a recently created free developer org in which I have populated with test objects: INVALID_REPLICATION_DATE: startDate before org replication enabled date I checked and my startdate precedes my enddate. I'm not sure what "org replication enabled date" is. Other posts with in the forum recommend doing a full table pull. How do I do that? |

ayo, you could get this error if startDate was before the date you set up the developer org. You can pull all the records from an object using select with no "where" criteria.

I am having the same issue and cannot find any useful information anywhere on how to resolve this. My startdate definitely precedes my enddate. I have tried performing a query() call on the object (with no where clause) but I still receive the same error message. What am I missing?