Forum Discussion
_anomDiebolt_
8 years agoQrew Elite
QuickBase does not support "Cascade Delete" behavior so this is the expected behavior. But it would not be difficult to implement this behavior in script with or without using a Service Worker (there are two entirely different solutions one of which would use a SW). Either way automatically deleting records might cause other issues if the records in question had yet other relationships to other tables.
- DannyIm8 years agoQrew MemberI wasn't really thinking of deleting the related records, but more of a "ON DELETE SET NULL" type of behavior. I see that in the web interface record "a" doesn't appear to have any references to "b" anymore, which doesn't match the response returned by the API.
Thanks for the prompt response.