Like with commit I would like the option to select with / without events when deleting or creating objects.
Still relevant. I'm currently working on a data conversion to migrate 1 entity to another. Both entities have an after create flow to set a unique id. I don't want this to be executed for this conversion. I can just overwrite it (see screenshot) but it's a waste of performance.
Still relevant! +1
Agree, this would be really helpful.
For deleting without events a workaround is possible. In the object handling module by Mendix: https://docs.mendix.com/appstore/modules/object-handling there is a java-action to delete objects without events.