I have two entities A and B. Entity A has one-to-many relationship to entity B.
Entity B has 4 forms that I want to be able to create and edit inside the form of entity A. How do I achieve this ? Subgrid is not an option since I need to do this while creating a new entity A record.
Thanks