Delete records

0
I had a problem when delete large data (~ 80k records) with complex association. I tried to write Java action to delete all the references, but i don't know how many association existed to delete. Have any way to get all these association ?
asked
1 answers
1

Hi Han,

 

instead of writing a custom java action, did you try to delete the records in batches?

 

For the associations part, you can check out: this forum post.

answered