Is it possible to have 1-N composition with entity in different app components?

Is it possible to have 1-N composition with entity in different app components? Studio only show 1-1.

thanks

Umesh

Hi,
Usually making 1-N composition requires to modify the N-side entity. If this entity is in library - it can’t be modified.
So this is why Studio doesn’t allow you to create 1-N composition.

You can try to do the following:

  • extend the entity in your project, e.g. create ExtUser extends User
  • create 1-N relation from source entity to ExtUser.