Hi ,
I am creating application with 2 module
1.UI (Traditional Web)
2.Core(Blank Module)
when i try to take reference of Core(Blank Module) in UI (Traditional Web) it doesn't Core module . so please provide me what i am doing for this.
OutSystems Version 11.9.0
Hi Himanshu,
You Core module needs to have at least one element set to Public in order for it to show up as a dependency inside the UI module.
Hope this helps.
Regards,
Nordin
thanks for your help i just forgot it.
That's ok, glad to help!
The entities or actions needs to be public in core module so that they can be visible to the other modules. Try making it public and then use manage dependencies
Hope it helps
Swapnil
thanks i just forgot it
No issues Mate !