Steven M. Mortimer
Steven M. Mortimer
@kng229 When you copied the function code and received the error `rforcecom.api.getSoqlEndpoint could not be found` this is because all of the functions in the [rforcecom.api.R file](https://github.com/hiratake55/RForcecom/blob/master/R/rforcecom.api.R) are not exported...
@jnawras I wrote my own function that works for some more complex query structures (example queries listed below that work). I opened a pull request (#31), so that hopefully the...
@3vivekb The function `rforcecom.query` is not capable of handling the XML response returned by this type of parent/child query. The result is too deeply nested. I'm not very good with...
Hopefully that's a start to figuring out a more compact and scalable way to parse these types of queries.
Could you just run 2 simple queries and use R to join the recordsets? `SELECT Id, Name FROM Account` use R to join `SELECT Id, WhoId, WhatId, ActivityDate, Description FROM...
All Activities are in the `Event` object or the `Task` object
Same issue still happening in 0.46.0