I am needing to mass delete roughly 2.5 million Mass Action Log History records and I keep running into an error that I suspect is due to the trigger on the Mass Action Log History object. Any ideas on any workarounds? I was thinking next steps would be to disable the trigger but I am not able to do that since it is a part of a managed package.
2 个回答
@Christine (Chrissy) Priester Since you can’t disable the trigger as it’s part of a managed package, the next steps really depend on the exact error you’re running into. Often the issue comes from record relationships, so you’ll need to clear those first — usually by deleting child records before parent records. After that, run the deletions in manageable batches to avoid limits and trigger errors.