How to Achieve Multiple User Login to single application

gayatri_gilbile
Tera Contributor

Hi All,

 

I have a requirement where I have to login into my Application with 5 different users and display 5 different pages for each user.   For eg :- One role is officer, other is processor, third is appraiser  etc .  There are 4-5 such roles and i want to be able to login in with each one of them one by one and display the respective pages assigned to their role.

 

Can anyone help with this multiple user login scenario .

Thanks in advance

1 REPLY 1

msd93
Kilo Sage

Hi @gayatri_gilbile 

Try creating different roles and assigning them to the users. Then, you can create UI pages or modules that are visible only to users with specific roles.

Here are the steps:

1. Create Roles: - Navigate to User Administration > Roles. - Click New to create a new role (e.g., officer, processor, appraiser, etc.).

2. Assign Roles to Users: - Navigate to User Administration > Users. - Open a user record and in the Roles related list, click Edit. - Add the roles to the user as per your requirement.

3. Create UI Pages or Modules: - Navigate to System UI > UI Pages to create a new UI page or System Applications > Modules to create a new module. - In the roles field, add the roles that should have access to this page or module.

4. Set up Role-Based Homepage: - Navigate to System UI > Homepages. - Create a new homepage or edit an existing one. - In the roles field, add the roles that should have access to this homepage. - Add the UI pages or modules created in step 3 to this homepage.

5. Test the Setup: - Log in as a user with a specific role. - You should be able to see the homepage, UI pages, or modules assigned to that role.

 

Remember, the user will only see the pages or modules for which they have the role. If a user has multiple roles, they will see the pages or modules for all their roles.

 

Hope this helps you.