Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Delete From Target Org

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

Clone this wiki locally