elasticio / salesforce-component

elastic.io component that connects to Salesforce API (node.js)
Apache License 2.0
3 stars 7 forks source link

Delete Object Iteration 2 #105

Closed jhorbulyk closed 4 years ago

jhorbulyk commented 4 years ago

Currently, the Salesforce component supports Delete Object Iteration 1: Delete by ID. The goal of this ticket is to extend the existing functionality to Iteration 2: Delete Object By Unique Criteria. The same unique criteria schema used in lookup object (at most 1) should be used. https://github.com/elasticio/salesforce-component/issues/55