The below example configures a Popup LOV to display a Product Tree. Create an LOV using a hierarchical query, eg: select id, label as product, parent_id, prior label as category, level, ...