-
Notifications
You must be signed in to change notification settings - Fork 1
Undo Soft Delete
Nathan Dickerson edited this page Aug 18, 2016
·
1 revision
Soft-Deletable records that have been deleted using DataLoader or the Bullhorn CRM can later be un-deleted by performing a load command that updates the records to set the isDeleted
flag back to 0
.
-
Ensure that your dataloader.properties file contains an
ExistField
for the entity you wish to un-delete records for.Candidate Example Properties File:
candidateExistField:externalID
-
load a CSV file for that entity with the exist field column and an isDeleted Column
Candidate Example CSV:
externalID, isDeleted 1234567, 0