Push Hull users to Salesforce.
- Click on the "Deploy to Heroku Button"
- Enter credentials for Hull and Salesforce
- Manually setup the Heroku Scheduler to add a task to run every 10minutes (or every hour). The task to run is :
npm run sync
Configured via Hull Dashboard.
Field settings options are
keythe key of the field in the Hull UserReport objectdefaultValuedefault value to set if the value is undefinedoverwriteif set to true, the value set on hull will always overwrite the value on Salesforce. defaults to falsetpluse instead ofkeyfor custom values built from a mustache template. (context of the template is the whole UserReport object)
npm run sync
To run the tests suite :
npm test
And in tdd mode
gulp tdd
