cancel
Showing results for 
Search instead for 
Did you mean: 

How to Find the node or leaf node selected in Tree UI element:

Former Member
0 Kudos

Hi All,

I have a tree structure with three level design. We have a button, which will perform some operation on the specific node or leaf node on every level.

When we select any node or leaf node, we have action Onction getting called. But what we want is that, after we select the node or leaf node, we press a button below the tree design and perform some operation on the node selected.

But how to get information that on Application , which node or leaf node has been slected ?

Thanks

PG

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You could get it by lead selection.

Regards

Anurag Chopra

Former Member
0 Kudos

Hi Anurag,

Thanks for your answer.

Could you please explain me, how can I get the Lead selection in the tree structure. The main issue is I have this button, on which I have the action which should select the lead selected in tree node.

Regards

PG

Former Member
0 Kudos

Hi,

Found the solution.

Juts keep on reading all the nodes, system gives the complete path of the tree by using Lead selection and then we can use this path to peform the update operation on tree structure.

Thanks alot for the hint.

Regards

PG

Answers (0)