RForcecom icon indicating copy to clipboard operation
RForcecom copied to clipboard

RForcecom provides the connection to Force.com and Salesforce.com from R

Results 33 RForcecom issues
Sort by recently updated
recently updated
newest added

BAsed on isues with the xml format, json can resolve issues for a lot of people. Also added input control and made XML default if input is missing.

Hi, We've initiated a single sign on gate to login to our Salesforce environment. Is there a way for Rforcecom to handle some type of Oauth 2.0 handoff? I'm really...

I am getting this error when bulk updating in a custom object. batchSize = 2000 ; data frame > 8000 (5 batches), and the data frame was cleaned and deduplicated...

If I use RForcecom package in my imports in Description file i'm getting service timeout error. If I didn't use RForcecom package in imports I won't get any error in...

Hi RForceCom feels slow -- it's taking about 4 minutes to execute a query which returns about 18'500 records with 9 variables. ``` SELECT Id, Field, CreatedById, CreatedDate, IsDeleted, NewValue,...

How would one go about connecting to SF if there is a single sign on login? Getting this with regular passwordTOKEN Error in rforcecom.login(username, pass_token) : INVALID_LOGIN: Invalid username, password,...

Related to this [issue](https://developer.salesforce.com/forums/?id=906F000000092dnIAA) in the SFDC developer forums. If a queried field has all null values, it will omit the field from the results. Example: SELECT Id, Total_Bookings__c FROM...

So right now within the R Code we can update one record at a time. But if we run a for loop and attempt to update many records, we can...

I have been using RForcecom for a couple months now and I love it. I log in everyday and download some information-- its seamless. However, every other day, I seem...

Greetings, our team is trying to determine the syntax for selecting record type IDs when creating object records. For instance, If I am looking to do a bulk upload, I'd...