After Applying 4LC architecture I have more than module in more than application.
I have 2 applications and I want to access the screens of another application
is that possible ?
Hi Muhamed,
You can either make your screen public by setting the Public property to "Yes" and add it as a dependency in the module where you want to use it.
Or you can use an External Site action and call the screen from the other module by using the following URL:
https://youroutsystemsenviroment/ModuleName/ScreenName.aspx
Regards,
Nordin
Nordin Ahdi wrote:
Thank you Nordin
Hi,
Side reference of screen from End User module to End User module are weak reference in V11 and as such exceptable.
However in V10 of OutSystems platform they are not weak references and will increase the deployment cluster, and as such should be avoided.
Daniel
Daniël Kuhlmann wrote:
Thank you Daniel
Glad I could be of help to you Muhamed.