156
Views
2
Comments
Common Login screen
Question
Application Type
Reactive
Service Studio Version
11.53.35 (Build 61815)

I am building a time sheet management application in reactive. 

In that i have made 3 different reactive modules (for admin, employee and taskmaster) and 1 blank module a core.

now i want common menu and common login window for all the reactive modules, to remove circular dependency of screens.

suggest the best and easy way to do that.

2020-11-25 10-45-32
Mostafa Othman
Champion

Hello Mohd,

Create a Theme module which will contain login screen, common menu and also CSS that you need to apply for all screens into your application.

You can review below link :

https://success.outsystems.com/Documentation/11/Developing_an_Application/Design_UI/Look_and_Feel/Themes

2025-02-04 10-17-42
Shreelakshmi N S
Champion

Hi,

Along with the 3 modules in end user and 1 module in core layer, you can create a library module in foundation layer where you can place the common login screen, themes, roles and take the dependency in end user module.

Regards,

Shree

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