Delete and create objects without events - Mendix Forum

Delete and create objects without events

64

Like with commit I would like the option to select with / without events when deleting or creating objects.

asked
3 answers

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.

 

Create object without events

Created

Still relevant! +1

Created

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.

Created