148
Views
3
Comments
Solved
Using Core Widget

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?

2024-12-18 16-06-42
Junaid Syed
Solution

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

UserImage.jpg
Soo Jin Park

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?

2025-08-03 07-20-35
Mythily - EONE

Hi,

The CoreServices has services, with all the business rules and core entities. 

Refer this documentation, click here

  • Based on the requirements you need to create the services. Not necessary to create for all.
  • You need to create Upsert action based on that


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.