0
qquestel created
I am using Power Tools to develop an entity called Languages. Are entities only created in the Main Folder? How do I create the entity in a sub folder of Main. For example Main > Employee
So the Entity would be located at Main > Entity > Languages
1 Answer(s)
-
0
Hi
If you are doing this in an Angular project, it will be created under main due to its modular structure. If you want to create a Custom menu position under Main, you do not need to type Main.
Entity -> Languages
will be enough. Here, the entity will be created under app under main.