Hi everyone,
I want to delete every entity, that`s not in the batch post request for my custom api. So I wanted to write some business logic to the OnInsertRecord method of the api page or the OnInsert method of the table, but neither of them gets triggered. So my question is, where should I put the business logic for this?