Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

queryAll=TRUE #71

Open
mcterrien opened this issue Jan 15, 2019 · 0 comments
Open

queryAll=TRUE #71

mcterrien opened this issue Jan 15, 2019 · 0 comments

Comments

@mcterrien
Copy link

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!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant