Steven M. Mortimer

Results 77 comments of Steven M. Mortimer

Hi @nick-moreno-cffc! You'll see that the OAuth key, secret, and callback URL are package options. https://github.com/StevenMMortimer/salesforcer/blob/a1e1e9cd0aa4e4fe99c7acd3fcde566076dac732/R/zzz.R#L12-L14 The default values correspond to a connected app that I have setup for others...

@nick-moreno-cffc In the past I have noticed that the callback url should start with `http://` not `https://`. Can you double check that you're using `http://`? Apologies in advance if it...

@nick-moreno-cffc Let me know if you have further questions or if you've figured things out so I can note what worked. I'll close the issue in a few days if...

Hi @nick-moreno-cffc – Let me know if you resolved or are still having issues. Happy to think through a few other solutions, if needed. If not, then I'll close this...

@JoshRosenstein Thanks for reporting! 🙏 I'll take a look. It's possible `dplyr` has improved its functionality latest. I remember wrestling quite a bit with NAs that turn into logicals and...

Hi @carlganz – Thanks for noting. At the moment if you need all the columns, then use the Bulk APIs. They will return all columns. For the REST and SOAP...

@carlganz I think this can be done with fields on the object. I'd love your feedback on what you might prefer to have returned in a couple more complex scenarios....

@carlganz Thanks for the feedback and looking through the details there. I've grappled with the JSON/XML returned by queries but also the other operations and sometimes I just scratch my...

@tisseuil Thanks for asking the question. Is this the API you're referring to? https://developer.salesforce.com/docs/marketing/marketing-cloud/guide/apis-overview.html I haven't had the chance to map functions for that API into the package, but I...

Thanks @charithlw for flagging these issues! They seem to be 3 different, but all slightly related issues, so I'll try to address each in the order you've mentioned them. ###...