jereze / alfred-salesforce

Search in Salesforce from your Mac (Alfred worklow)
Apache License 2.0
21 stars 6 forks source link

Is any Salesforce data stored locally? #6

Closed jdq22 closed 4 years ago

jdq22 commented 4 years ago

It looks like every search is issuing an API call, so no Salesforce data is stored locally. Is that right?

jereze commented 4 years ago

Hi Jenna,

Each search triggers an API call to Salesforce.com. No data is stored or cached locally. The workflow only keeps the OAuth access and refresh token.

I also clarify that the workflow runs entirely locally. Salesforce data is not shared with a third party.

jdq22 commented 4 years ago

Thank you!! @jereze