Dynamic interface loading on tree node selection

Certified Senior Developer

Hello All,

I have a 2 column layout. in left section I have a tree with multiple node like shown in below.

  • Category1
    • Interface1
    • Interface2
  • Category2
    • Interface3
    • Interface4
    • Interface5

In right section I have to display the selected node's interface. For example if "Interface1" node is clicked then it should call an expression rule which returns the interface name to be loaded for that node. Now as expression rule returns string value, I am not able to render that interface in right section.

Please note  - Each node has associated interface and entire list is maintained in records. On tree node click that expression rule finds the interface name for selected node.

Kindly help if there is any other way to achieve this?

Thanks in Advance.

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data