How can I use Tree View on select page

0
Hi, I have a hierarchical structure that the users need to select a node from. How can I use Tre View widget on reference select page, so that user can navigate trough the hierarchy to find the correct node/element?  
asked
1 answers
1

Hi, 

You cannot directly use the select functionality and customization needs to be done. Having your parent object as page parameter add the following steps, 

  1. Create a tree view with the nodes you need to display 
  2. In the on the select event of tree node call a microflow in which you need to update the association with the parent object. 
  3. Once your object is associated refresh it in the client and close the select page. 
  4. The trick here is to map the customized page as the select page in your reference selector. 

 

Hope this helps!

answered