Write a Heroku Scheduler batch for MangoDB+Salesforce with Node.js

In previous post,I had shared how to 《Access Salesforce data via APIs(JSForce) from Outside Service》. In this post I will share about how to write a Heroku Scheduler batch for synchronizing MangoDB data to Salesforce with Node.js, like the below outline picture. ※I have no doubt that there have many ways to do connect between […]

read more

RunTest with Salesforce Tooling REST API (asynchronous and synchronous)

Salesforce supports running test with Tooling REST API ,which are runTestsAsynchronous and runTestsSynchronous. Reference: https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/intro_rest_overview.htm In this post I’ll show you what is the difference between runTestsAsynchronous and runTestsSynchronous. Prepare 1.Salesforce Account 2.apigee for Salesforce (https://apigee.com/console/salesforce) 3.A TestClass (Id=01p10000001Faws) such as: 1.runTestsAsynchronous Running tests asynchronously allows methods to process in parallel, cutting down your test […]

read more