cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

How to navigate to another mashup based on the selected item in the tree

SaiSameera
13-Aquamarine

How to navigate to another mashup based on the selected item in the tree

Hi,

I want to navigate to another mashup when we select one node in tree widget.

 

ACCEPTED SOLUTION

Accepted Solutions
mtyago
13-Aquamarine
(To:SaiSameera)

You can write a service which takes in breadcrumbs(item selected from tree), and returns a navigation link based on the selection made, a simple if-then-else logic. This returned link can be bound to a navigation widget, which you can call on double click event from tree. 

View solution in original post

2 REPLIES 2
mtyago
13-Aquamarine
(To:SaiSameera)

You can write a service which takes in breadcrumbs(item selected from tree), and returns a navigation link based on the selection made, a simple if-then-else logic. This returned link can be bound to a navigation widget, which you can call on double click event from tree. 

@SaiSameera

Just wanted to follow up to see if your question has been answered.  If so, please indicate Accepted Solution for the benefit of all of our Community Users.  If not, please let us know your current status.

 

Thanks!

Leigh

Announcements


Top Tags