Auto-Expand hierarchical list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2015 04:49 AM
Hi All,
I am trying to expand all the hierarchical lists on the list layout on one UI action.
But as there is no UI action for hierarchical list, I am unable to do it.
Can anyone please help me out on this ?
Regards,
Girish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2015 06:16 AM
I'd check here and see if there's anything that might help: GlideList2
I'd be really careful where and how I used this. Fuji's hierarchical lists suck up a TON of extra vertical space, and the children tend to blend in with the parents unless you've got a monitor that's taller than it is wide.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2015 06:30 AM
I did mine just on the fields that needed it by adding "tree_picker=true" to the Attributes in the Dictionary of the specific look-up field (Like Assignment Group). I'm not sure of a way to do it for an entire layout, and I'm not sure I'd want to as only a few fields on my form are reference fields.