Setting Tree picker for a reference variable doesnt work properly in the service portal page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2017 07:19 AM
HI,
I created a catalog item variable of reference type, which reference to one of the custom tables I have. I set the Tree Picker for variable by setting the variable attribute with tree_picker=true. However, it is working fine in service catalog homepage. But, when viewed from the service portal page the entries are still listed out as drop down option and not in the tree hierarchy.
On Portal page,
On catalog homepage,
Please let me know how to get over this issue.
Thanks,
Ajay Pradeep
- 8,250 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2020 10:51 PM
this link is not opening - service now share
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2021 04:22 PM
https://developer.servicenow.com/connect.do#!/share/contents/7877086_hierarchical_department_picker_to_use_as_in_catalog_variable_macro?v=1&t=PRODUCT_DETAILS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2018 02:01 AM
Thank you very much for this widget, it has helped greatly.
I was hoping you could possibly help with modifying it slightly.
I need to be able to set the font colour for certain items in the tree based on another field in the Departments table. We have a new field called "u_non_selectable" and we want it that if the Department shown on the hierachy in the Tree picker has a value of 1 for u_non_selectable then the font will be Red for that option.
Can you help at all please as I have been trying to work this out for the past week to little avail.
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2019 10:10 AM
Hey there,
I know this is an old post, but I am having trouble finding where to modify the code to remove the list picker and just use 1 selection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-07-2022 02:04 PM
In the client controller of the widget, there's some code that locates 'departments' control on the page and sets its value with the selected values. On service catalog example he gave this name to his List Collector variable, so this is how the widget puts the selections into it.