Please provide an example of adding an one to many & many to many relationship with the abp Suite tool.
Example:
Books
Authors
Suppliers
Categories
ETC
Foreign Keys?
Thanks,
7 Answer(s)
- 
    0one to many & many to many relationshipare not supported at this time, already in the plan.https://docs.abp.io/en/commercial/latest/abp-suite/generating-crud-page 
- 
    0one to many & many to many relationship features will be added in the next releases (no exact time schedule for now) 
- 
    0this feature is coming up in 2.4.1 (will be released 8 April) 
- 
    0Is there any improvement regarding this feature? 
- 
    0
- 
    0Can we map it the other direction? For example I have these two entites: - UserMenu.cs
- MenuItem.cs
 A UserMenu can have many MenuItems. If I use the GUI, I can only map it in this direction: MenuItem --> has a UserMenu If I query a UserMenu, no MenuItems appear. If I query a MenuItem the UserMenu is returned in the query. 
 My goal is to query the UserMenu and have many MenuItems returned, 2 or more. Is this possible in ABP Suite? 
- 
    0this is not available in Suite but you can add a collection to your referenced entity to solve this. 

 
                                