Tag: Salesforce
-
Using PowerShell to extract all contacts from MS CRM 2011
We are moving to Salesforce from MSCRM 2011. We need to get our data out so we can import into Salesforce. Here is the PowerShell script I am using to export contacts to csv. Hope that helps someone.
-
Using jsforce and node.js to connect to Salesforce
I wanted to write a node.js app to pull data from Salesforce. I found the NPM library jsforce. I added it to my packages in my package.json: I also added “dotenv” which I am using to load my client secret and all configuration data from a hidden .env file. This is not in my git…
-
Connecting to the Salesforce REST api using cURL
My company decided to use Salesforce. I have worked with Microsoft CRM, but not Salesforce yet. When learning about a new application, I like to see how I can access the data. PowerShell and cURL are the simplest way for me to understand how to connect to a REST api. First step is getting an…
