cancel
Showing results for 
Search instead for 
Did you mean: 

Customize the home login

prashil
Advisor
Advisor
0 Kudos

Hi All,

I want to customize the portal in such a way that if a user from a particular role logon to the portal he/she first has been displayed with a popup with OK/Cancel button. If user clicks OK then he will redirect to the default home page else he will directed to login page.

I am customizing com.sap.portal.rumtime.logon.par. I have also created an iView in the portal but how should i refer to the iView created in the portal to the JSP editied in par.

Regards,

Prashil

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can check out this blog.

/people/michael.nicholls/blog/2006/11/19/confirmation-style-portal-role-assignment by Michael.

But its a different approach.

Answers (4)

Answers (4)

Former Member
0 Kudos

you can use event handling concept in ur query that will help you as an exact solution.

prashil
Advisor
Advisor
0 Kudos

Thanks all for their valuable suggestion.

prashil
Advisor
Advisor
0 Kudos

Thanks all for their valuable suggestion.

Former Member
0 Kudos

Hi,

you can follow the following steps.

Create a new project with AbstractPortalcomponent.

Inside the docontent(..) method implement your popup creation steps.

deploy the par file

create a iview from the par file.

add this iview to your home page.

Regards

Ganesan S