hiratake55 / RForcecom

RForcecom provides the connection to Force.com and Salesforce.com from R
http://cran.r-project.org/web/packages/RForcecom/index.html
Other
49 stars 25 forks source link

changed the incoming parameter from instanceURL to loginURL and adjus… #24

Closed abeburnett closed 8 years ago

abeburnett commented 8 years ago

After updating to the most recent version of RForcecom from github I noticed that I was no longer able to connect to our Salesforce sandbox. It seems the issue was that you hard-coded the login URL in the code, whereas it should probably continue to be a parameter. I.e., the function takes in a login URL and returns an instance URL. Hope this helps! I also adjusted the documentation to reflect the change.

Please let me know if you have any comments. Thanks!

hiratake55 commented 8 years ago

@abeburnett Thanks a lot! Marged your contribution to master.