Skip to main content
April 25, 2023
Question

HierarchyBrowserFieldTree

  • April 25, 2023
  • 4 replies
  • 0 views

I'm new to appian and I want to explore on HierarchyBrowserFieldTree using CDT. So, if possible any one can give me example to try

    4 replies

    stefanhelzle0001
    Brainy
    April 25, 2023

    Did you already check out the examples?

    docs.appian.com/.../Tree_Browser_Component.html

    April 25, 2023

    I have tried this, but I need to fetch data using database(CDT's) but not with the local variables

    stefanhelzle0001
    Brainy
    April 25, 2023

    This component is a bit challenging as it is recursive. You will have to adjust the code going into "nextLevelValues" to query from DB.

    gopalk2865
    Participating Frequently
    April 25, 2023

    Hi Nikhitha, Where exactly you are facing challenge?