Can a Tree Picker be enabled for a Custom Table or Field?

jpeters117
Kilo Contributor

I have a client that would like to make a custom table (Conference endpoints) searchable with a Tree Picker.   Using the tree_picker attribute on the u_parent field does not seem to work.   The u_parent points to itself similar to the location table.   Can the tree picker only work on an OOB table using the Parent field?   I am having difficulty finding the code that points to the parent field.  

Thank you!

1 ACCEPTED SOLUTION

I went back and checked an instance to confirm and u_parent works in that case.


View solution in original post

7 REPLIES 7

I was using a custom field (u_region) instead of u_parent, which apparently does not work.   U_parent is working fine.   Thanks for your help!


Does it always have to be u_parent?   I was hoping I could set something up where depending on what table you are viewing the reference field from, the field it uses to build the tree hierarchy might be different.


True, weird , Tree picker should have another parameter where we can select the field which should be used as hierarchy.