cancel
Showing results for 
Search instead for 
Did you mean: 

Navigate to an iview in a different workset using webdynpro

Former Member
0 Kudos

Hi,

I have a scenario where i have two worksets and i need to navigate from one iview of workset1 to another iview of workset2.

I tried using wdportal.navigateabsolute() it opens up thae second iview for which iam giving the PCD location but it doesnt highlight the workset that holds this iview.Can somone please help me out.

regards,

swathi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Swathi,

Let us suppose that you have something similar to this.

Workset1
--Page1
---iView1


Workset2
--Page2
----iView2

Now you want to navigation from iView1 to iView2. In iView1, call navigateabsolute() using the PCD location of iView2 (not of the page Page2 ). It should do the trick.

Cheers,

~kranthi

Former Member
0 Kudos

Hi kranthi,

I have already done so before posting the question.My main concern is to highlight the worsket2 when navigating to iview2 as i can show the iview2 in the current window location but the workset2 is not highlighted.

Former Member
0 Kudos

Not Resolved