cancel
Showing results for 
Search instead for 
Did you mean: 

Navigate from button click in webdynpro App to Portal

Former Member
0 Kudos

Hi Friends,

I am having one scenario in my application like

On click of submit button action in WebDynpro application view i have to supply the Enterprise portal URL ( https://iscsapapp4w:5000/irj/portal?username=ratnakar ? password=reddy ) with parameters as userName and password, if the user is valid one then portal has to opened.

could any body please suggest me how to approach ..

Thanks and regards

Ratnakar reddy alwala

Accepted Solutions (0)

Answers (2)

Answers (2)

venkatakalyan_karanam
Active Contributor
0 Kudos

Hi ratnakar

In webdynpro search for the control like Url Action/url link like that,in your case from the webdynpro view get the credentials of user,validate them generate the portal url and pass that url to open the portal.you can open a new window by passing the url,you can use IWDWindow kind of classes and interfaces to create a new window for the portal,pls be n touch to solve the problem.

regards

kalyan

former_member182374
Active Contributor
0 Kudos