cancel
Showing results for 
Search instead for 
Did you mean: 

Force an iView to Open when a user Logs in

Former Member
0 Kudos

We are looking for a way to implement a solution like a survey in EP, where when a user logs in they are directly taken to an online survey (in an iView). How can we automatically take users to a particular iView, based on some data that reads if they have completed the survey already. If completed, route them to the normal landing page.

Tx

Peter

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

We had simillar requirement and the approach we followed is as below.

1. Create a custom UME attribute with default value say "False".

2. In the login page component, you can check the UME attribute value for the logged in user. If the value is false, you can redirect the user to your online survey iview. Once the user finishes the survey, you can set the UME attribute value to true in online survey application.

3. If the user attribute is already having value as true, then just redirect the user to home page instead to the survey.

You can check whether the same approach can be used for your needs.

Regards,

Yoga