281
Views
5
Comments
Solved
can I acces screen from another applicarion ?
Question

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 ?

2021-08-12 11-00-27
Nordin Ahdi
 
MVP
Solution

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

UserImage.jpg
Muhamed Akl

Nordin Ahdi wrote:

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

Thank you Nordin


2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

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.

Regards,

Daniel

UserImage.jpg
Muhamed Akl

Daniël Kuhlmann wrote:

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.

Regards,

Daniel

Thank you Daniel


2021-08-12 11-00-27
Nordin Ahdi
 
MVP

Glad I could be of help to you Muhamed.

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