Bulk UnDeleting Rows
Bulk UnDeleting Rows
UnDelete calls SF_TableLoader, which reads each row of the Input table and uses the ID field to undelete an object in Salesforce.
You can identify deleted rows in a table with the following query:
SELECT ID FROM SALESFORCE_LS.CData.Salesforce.Account_QueryAll WHERE IsDeleted='true'
Note that the UnDelete operation forces SF_TableLoader to use the SOAP API of Salesforce.