- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2018 02:31 PM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2018 06:21 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2018 06:21 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2018 06:30 PM
Awesome Tony! This works like a charm!