I have a CRUD that contains 5 tables and I need to do some processing on the server side alter the last table has been updated, the events on the datasetprovider happens after each individual table.
Like, I have 3 tables, person, car, personcar. I fill the fields I click save, first it's gonna save the person, then the car and last the personcar. How can I know, in the transaction block, the last table?
I couldn't find the right 'after' event...