Results 4 comments of Ilcca

How external ID should be set when creating bulk update/upsert? I.e. upset requires externalID to be set, but doesn't allow to set it: > job_info Error in rforcecom.createBulkJob(session, operation =...

Steve, thanks for fixing this so quick! I got your package and the upsert works well now. However, to use update should there be external id applied as well? And...

So if I want to update rows at Contact, is the "Id" here the same one retrieved with SQL: "Select Id from Contact"? Hence to update rows I must first...

Thanks for the strategy, it makes sense. However, when operating with bigger data then fetching all Ids from a Salesforce table can require lots of memory within R and traffic...