Committing object with a BCo microflow error

0
I have an issue im experiencing where i'm clicking a standard "new" button in a data grid, setting some attributes in that object and a "Save" button.  Clicking the save button closes the NewEdit page and the new object shows up in the data grid.  However, when the user logs out, the object is deleted and there is a log entry that says that it was an autocommitted object.  I had a BCo event handler on this entity that created an associated object (however it did not manipulate the original object passed into it).   I found that removing this BCo event handler fixed the issue.  Is this a bug?
asked
2 answers
0

Was your microflow returning a true value? If so, this is likely a bug.

answered
0

I was able to reproduce this issue in a clean new project in 7.2.0.  How do I submit this as a bug?

answered