Tree Picker on List Collector
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-12-2016 08:56 AM
Hi !
I've a question. I've actually an item with a variable of type "List Collector", which references a table. I use a list collector because I need to pick one or various records. I've added on the variable the attribute "glide_list" to make the variable appear like a Glide List. My question is : is there a way to apply a tree picker on this variable ?? I really need this because the table contains a lot of records which are dependant (there are childs records and parents records).
Thanks a lot,
Sudic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-12-2016 09:09 AM
I do not believe that attribute for tree_picker is available for this variable type. If the option to select multiple option in one variable is needed you best options would be to either setup a filter or possibly setup another variable to help filter the list. See Changing the Filter of a List Collector Variable via Client Script - ServiceNow Guru for an example of this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2016 08:33 AM
Hi sudic.mroivili@aspediens.com
Tree-picker attribute is not available for List Collector variable. However if you want to limit the number of records that show up as options, please refer the below link which has a video tutorial to apply a filter without writing the code. This applies if you are on the Helsinki release.
Filtering on the List Collector or SlushBucket variable in Helsinki