how can you “fail” the CRUD of a dom instance if the CRUD Script fails
28th February 2024
Let’s say I have a CRUD script that does some actions for OnCreate/OnUpdate/OnDelete. If that script fails for any of the action, I would like to rollback the changes to …