You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anoop Singh edited this page Jan 8, 2019
·
3 revisions
Delete a simple object's records
Edit the object-mappings/AccountwithAssetsAndOppties.json with your object API name, save
mvn exec:java -Dexec.mainClass="migrator.module.client.DeleteAccounts"
Delete multiple object's records in a single run
Edit the object-mappings as referenced in DeleteAll.java with your object API names, save
mvn exec:java -Dexec.mainClass="migrator.module.client.DeleteAll" pl datamigrator-module