0
Answer

how to Switch to user from Agent login

Photo of anand m

anand m

4d
103
1

Hello All,

I have requirement to Switch to user(standard), Agent (admin) but how is it possible to switch if my current login is Admin(agent) based on DB access_type I am loading Admin page.

if User Access_type from DB I am loading User landing page.

But below requirement to Switch User to Agent how its possible based on Role (acces_type) DB design I will get my current Role - Admin(agent) how to Switch immediately when user clicks on he user login will n't Switch to Agent how to manage technically below requirement.

Initially login SSO login next login my system validate from DB Usres table.

Column_name Type Computed Length Prec Scale Nullable

user_id int no 4 10 0 no

first_name varchar no 50 yes

last_name varchar no 50 yes

mudid varchar no 20 yes

access_type varchar no 30 yes

isActive bit no 1 no

This needs to work through the menu under the icon in the top right corner – this requirement was also delivered in the design slides. Simply SWITCH TO USER / SWITCH TO AGENT functionality.

Needless to say, this should ONLY be available to the group of people who are listed as AGENTS. Regular users will not be able to do this.

Answers (0)