Hi,
in 3 layer architecture, when should I use core widget? do I have to create a _cw for every widget I have? So the main screen on the end user module only has a blank screen and is filled with widgets from the core widget?
Hello,
Please see my responses.
when should I use core widget?
Ans - Most common purpose to have core widget module is when you need reusable widgets that are supposed to be incorporated into multiple screens in end user modules.
do I have to create a _cw for every widget I have?
Ans - No, only when they are reusable.
So the main screen on the end user module only has a blank screen and is filled with widgets from the core widget?
Ans - No, if the widgets are specific to certain screen, then they need not be in the core widgets module.
Hope it helps!
Junaid
ok, i get it. thank you for your answer @Junaid Syed,
can i have one more question?
What about core services, do I have to create core services for all the tables I have? What if I want to connect one table to another if they have foreign keys?
The CoreServices has services, with all the business rules and core entities.
Refer this documentation, click here