I have a Business what has an Owner which is a User.
There is an access group constraint so these Users can only see the Businesses they own.
When this User changes the Owner of the Business I need this entity in the EntityChangedEvent, but since the Owner changed txDm.load() returns no result because of the constraint.
Is there a way to solve this somehow?
Using the old onBeforeInsert and Update Overrides is not an option.