I’m getting better at writing javascript! I managed to hack together a onClick js button that did some Salesforce magic. I had two disparate sources: really old SF classic button code that would take the multi-selected records from a list view then perform field updates (change owner, populate driver fields, etc) slightly more sophisticated code from Traction on Demand that from a single record would query for documents in the document pool associated to that lead, then send the found ID’s off for deletion I was somehow able to nest them within?