Amit Verma wrote:
Hi Priya Raj ,
We have two options to choose to achieve this
1. Do exactly what you suggested: set the screens as public, add reference to them and build your menu using those references
2. Build your menu using an External URL, and hardcode the URL of your screens in the menu.
Second option does not require to add references, and was actually a best-practice to keep your menu module small. Since OutSystems 11, screen dependencies do not increase the size of your module that much, and there's no downsides to using them as far as I know.
Please refer snap shot :


Hope this will help you :)
- AV
Thanks
HI Amit,
Thanks for the detail description really Appricated!
i tried same but while clickng on menu it says page doesnt exist
Screen not found: /Booking_UI/Booking_UI3/Screen1
i have attached the OML -
i have created 3 screen in each module and linked with extrenal url and gave hardcode value "Booking_UI3/Screen1"
"Booking_UI2/Screen1"
but its not working also can you suggest how i can pass the parameter in extrenalURL