Hi Everyone,Is it possible to change css files and therby the UI of the application based on different users.
For Example i have a three person architecture for my application
Admin control -all accessAuditor control - less accessUser1- lesser features sas compared to othersIs it possible to have different css files for each users UI.Example Admin will have different font family,different color icons when he logs into the application
a user will have different and the auditor will have different types of colors in his UI.
So that. each user has different types of theme based control.Looking forward to inputs.
Thank you in advance
Hi @saif sheikh ,
Yes you can do it by in this way like-
1. You can create a different theme based on Role in Theme Folder.
2. And accordingly you need to create Flow role wise like Admin Flow, User Flow which content specific screens.
3. And this Flow level you can set different theme. Like below images-
Hope this will help you.
Regards
Deepa
Thank you for Valuable inputs Deepa.Could you also confirm what i can do to have custom CSS for different Clients.Example: client 1- Deepa Hospitals(Blue theme/Blue Icons/Blue buttons/specific fonts) - Roles - admin, auditor, user(Their theme according to css sheets like you suggested)
Client 2 : Saif Hospitals ( Red theme, Red Icons/Red buttons/specific fonts) - Roles - admin, auditor, user(Their theme according to css sheets like you suggested)
I mean to ask what sort of details would be need to auto customize CSS for branding of different clients.