Create an object without after-create event in a Java action

1
For a massive data migrating tool I need to be able to create or instantiate an object from a java-action without starting the after create event. Is that possible? Of cause I can add an exit condition to all after create events, but that would make the tool less generic.
asked
1 answers
1

I'm afraid this isn't possible at the moment, something I also ran into myself recently while making the Random Data Generator appstore module. Please file a feature request and I will have a discussion here on whether we want to support something like this.

answered