
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2018 08:03 AM
This is what i see when i click on the category reference icon
How do i get the category picker like below to pop up?
Solved! Go to Solution.
- Labels:
-
Incident Management
- 4,330 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2020 03:25 AM
Hi,
Use Field decoration attribute for the filed "kb_category" and call the OOB UI Macro as below.
field_decorations=kb_category_reference_lookup

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2018 08:29 AM
if you want to enable tree picker functionality for category then you need to create custom reference field on kb_category table and that field should reference to the kb_category itself then add "tree_picker = true" in category field attribute.
eg: create reference type field (field name= "Parent" ) on kb_category table. and this should reference to the kb_category table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2018 12:48 AM
Did you ever find a solution to this? I have the same issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2018 03:59 AM
The attribute for the kb_category field is a reference to the UI Macro 'kb_category_reference_lookup'.
I defined a new macro and just changed line 99 and 100 to my custom field.
E.g.:
99. var category_form_id = 'element.' + '$[jvar_table_name]' + '.u_publish_in_category';
100. var category_link_id = 'a[id="lookup.' + '$[jvar_table_name]' + '.u_publish_in_category"]';

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2019 06:22 AM
Hello,
Did you get a solution for this?? . I also have the same requirement