Hello,
I have two view objects that share the same entity object. Both are able to insert into this entity object.
Is there a way to make a newly inserted line in one of the view objects to be visible in the second view object, without using post changes?