RForcecom icon indicating copy to clipboard operation
RForcecom copied to clipboard

queryAll=TRUE

Open mcterrien opened this issue 6 years ago • 0 comments

I need to read some past data from Task and I'm trying to use queryAll. My query is:

soqlQuery <- "SELECT Id, IsDeleted, Subject, Description FROM Task " rforcecom.query(session, soqlQuery, queryAll=TRUE)

And it returns: Error in rforcecom.query(session, soqlQuery, queryAll = TRUE) : NOT_FOUND: The requested resource does not exist

If I change queryAll to FALSE. The query works but it doesn't return the archived data.

Any help on it?

By the way, thanks for the great package. I've been using for more than one year now and it is the first time I have an issue.

Thanks!

mcterrien avatar Jan 15 '19 16:01 mcterrien