Hi,
It is mandatory to be able to perform what salesforce describes as "hardDelete" operation, instead of a simple "delete" to avoid "Salesforce Recycle Bin" congestion.
If hard delete is not performed for large volumes, it is necessary to empty the Salesforce recycle bin, then to request a physical delete from Salesforce support which is not reasonable on a daily basis.
The hardDelete operation should work as described: Either in a xml or json body, set the top level operation property to "hardDelete".
- Is it possible to add the hardDelete operation in the Salesforce Destination component? (Parameters > Configuration > Action > ...)
- Alternatively, is there any way in SSIS to alter the body before the http request is actually sent?
Thank you!
Regards,
Vincent LC