cancel
Showing results for 
Search instead for 
Did you mean: 

How to open a popup Window just after logging into the portal

Former Member
0 Kudos

Dear Experts,

I have a requirement in which I have to open a pop up window just after the employee has loginn to the portal,

I tried to use the Confirmation Dialogue, But the problem is , the user can skip the confirmation dialouge by clicking on othr roles or services, I want something like the normal windows popup which can not be skipped.

Regards

Upendra

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You need to look at customizing the logon page to add an alert popup when the user enters the logon button.

Former Member
0 Kudos

Thanks for your reply,

I need to create a webdynpro application, which save's data in IT 0002, now this application I need to call after the user has logged In, as those who does not execute this won't be able to go further, I tried to use this application in the Home role as the first service, and this I have shown as a window, but the users are able to skip this application by navigating through other roles, now please tell how, may I make a webdynpro application to launch as the user logg's in and he can not skip it.

Request you to kindly provide your useful suggestions.

Warm Regards

Upendra Agrawal

Former Member
0 Kudos

Does the user do this every time they logon, or just the first time? If it's just the first time, then when you create the user, give them a role with just the 1 iView that starts the web dynpro app. When they successfully enter the data, then you can dynamically give them their real roles. See for an example.

Answers (1)

Answers (1)

eliel_schurman
Participant
0 Kudos

Hi,

you can write a simple portal component and use showModalDialog feaure.

See http://msdn.microsoft.com/en-us/library/ms533027(VS.85).aspx for more information about showModalDialog.

Thanks,

Eliel.