heroku / salesforce-bulk

Python interface to the Salesforce.com Bulk API
MIT License
207 stars 154 forks source link

Support setting assignmentRuleId when creating a job #65

Open bakera81 opened 6 years ago

bakera81 commented 6 years ago

According to these docs, you should be able to set an assignmentRuleId when creating a job.

This would be a really useful feature, especially if you are upserting records and still want assignment rules to trigger in Salesforce.

bakera81 commented 6 years ago

I have a PR (with tests) for this, but don't have permission to make PRs on the repo.

lambacck commented 6 years ago

Can you provide a link to your repo/branch? I'm not sure why you wouldn't be able to submit a PR.

bakera81 commented 6 years ago

@lambacck apologies, it was my mistake. Just opened a PR here!