Skip to main content
1-Visitor
March 27, 2018
Solved

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

  • March 27, 2018
  • 2 replies
  • 2093 views

Hi,

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

 

Best answer by mtyago

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. 

2 replies

mtyago1-VisitorAnswer
1-Visitor
March 27, 2018

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. 

5-Regular Member
April 5, 2018

@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