You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.
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!
The text was updated successfully, but these errors were encountered: