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

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

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

SaiSameera
12-Amethyst

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.

 

1 ACCEPTED SOLUTION

Accepted Solutions

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

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. 

Leigh
Community Manager
(To:SaiSameera)

@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

Top Tags