Tree picker - same values in several hierarchies

tkrishna29
Giga Guru

Hi,

I have a tree picker configured. It has same values in different hierarchies.

For ex - Mobile is in GRP A and GRP B. Both have a different item code though.

When I type in Mobile on tree picker field, it shows both Mobiles, but user would not know which one to select unless he opens the hierarchy, and choose it from that particular group. Is there a workaround for this?

If users are selecting multiple items, generally they dont want to go search through hierarchy everytime if they know the item. This works fine if there is only 1 item with that name. 

 

Thanks,

Krishna

 

1 ACCEPTED SOLUTION

Tony Chatfield1
Kilo Patron

Hi Krishna, can you try dropping the quotation marks from the attributes string IE
tree_picker=true,ref_auto_completer=AJAXTableCompleter,ref_ac_columns_search=true,ref_ac_columns=uuid
Regards Tony

View solution in original post

6 REPLIES 6

Tony Chatfield1
Kilo Patron

Hi Krishna, can you try dropping the quotation marks from the attributes string IE
tree_picker=true,ref_auto_completer=AJAXTableCompleter,ref_ac_columns_search=true,ref_ac_columns=uuid
Regards Tony

tkrishna29
Giga Guru

Awesome Tony! This works like a charm!