Forum Discussion
AlexWilkinson
8 years agoQrew Assistant Captain
Suggested strategy:
- On the parent record and on the child records, create a checkbox field "Delete This Record"
- On the parent record, create a Quick Base action to make "Delete This Record" on related child records to be the same as "Delete This Record" on the parent record, when that field on the parent is modified.
- Use the method outlined in this QB tutorial, which explains how to use a service like Zapier (or your own API calls) to accomplish tasks like bulk archiving or deletion: https://university.quickbase.com/series/advanced-training/record-archiving-and-snapshotting-2503
- NirajShah18 years agoQrew CadetThanks, Alex. I don't think this will work for what I am trying to do. Here is the challenge I am trying to find a solution for:
Create a button in the employees table that allows for the user to delete that employee. This
button should confirm with the user using a JS popup and then delete all child records (address
change log) and delete the record and return to the table home page.