You need to sign in to do that
Don't have an account?
Nagarajan C
Is it Need to delete object records from one sandbox to another sandbox ?
Hi ,
Need to delete Salesforce custom object log from one sandbox to another sanbox creating bacth job.
Is it possible?
Thanks
C. Nagarajan
Need to delete Salesforce custom object log from one sandbox to another sanbox creating bacth job.
Is it possible?
Thanks
C. Nagarajan
You can use dataloader to delete records or schedule batch job to delete.
Below is a sample example
http://www.sf-ninjas.com/articles/12-job-to-delete-records
https://salesforce.stackexchange.com/questions/156217/how-to-write-a-batch-class-for-scheduled-deletion
Thanks,
But i want delete one sandbox my bacth job will excute to delete the customobjects data from other sandbox.
Dev1 i wil create batch job to delete dev2 sandbox custom object data