cancel
Showing results for 
Search instead for 
Did you mean: 

how to add parameters in Internet Sales log-on page?

Former Member
0 Kudos

Hi,

We are using CRM 4.0 for our Internet Sales application (ISA). My question is, how can we add new parameter(s) in log-on page? The standard log-on page parameters are the UserID and Password only, But I need to add new parameter, Is it possible to do so? and How? I tried adding parameters by editing JSP where once I log-on, the log-on JSP will call customized page... In this scenario, session is cut/cleared and I got invalid session. How can I avoid this?

Please help.

Thank you.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You have to extend the standard "LoginAction" class. There is 2 different LoginAction class one for B2B and one for B2C.

In extended LoginAction class you can retrieve extra parameter from HttpServletRequest object. After retrieving extra parameter in extended LoginAction class you can play with that extra parameter as per your business requirement.

Also you have to modified BOI interface and implementation if Business Requirement needs.

Pl. Read Extension guide how to extend Standard Action class. you will have a clear idea. There is one example for extra parameter for order page. You can then follow the same procedure for your Login page.

I hope it will help you.

-Ashish Patel.

Former Member
0 Kudos

Hi Ashish,

Thanks for this inforamtion. It really helps. By the way, I'm new here... I can I reward you. I don't know how to do it?

Thank you.

Earl

Former Member
0 Kudos

Please tell if the cookies are enabledotherwise you have to handle the JsesssionId for the login screen change.

Former Member
0 Kudos

Hi Robin,

Cookies are disabled. Yes, you are right I need to handle JsessionId for the login screen change. So, what will I do?

Former Member
0 Kudos

Hi Earl

Refer to page 30 of the ISA Dev and Ext guide.