- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2023 09:37 AM
Good afternoon,
I am trying to add new case fields to the slush bucket so they can be viewed in Classic UI tables. The fields are added to the case form and have dictionary entries present, but they are not available in the personalize columns chooser list.
Do I need to take additional steps to make these fields available for the column chooser / slushbucket?
Solved! Go to Solution.
- Labels:
-
HR Service Delivery

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2023 12:16 PM
Hi,
Those fields were added to another table called "Employee Relations Case" [sn_hr_er_case], per your screenshot.
Also per your screenshot, you're trying to add a child table's fields to the parent table as your screenshot shows you trying to add it to the "HR Cases" [sn_hr_core_case] table. So that's why they're not showing in the original alphabetical order. You can attempt to keep scrolling down and if you see fields in red, those may be the extended tables, additionally, you can review the system property: glide.ui.list.allow_extended_fields - for more information.
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2023 12:16 PM
Hi,
Those fields were added to another table called "Employee Relations Case" [sn_hr_er_case], per your screenshot.
Also per your screenshot, you're trying to add a child table's fields to the parent table as your screenshot shows you trying to add it to the "HR Cases" [sn_hr_core_case] table. So that's why they're not showing in the original alphabetical order. You can attempt to keep scrolling down and if you see fields in red, those may be the extended tables, additionally, you can review the system property: glide.ui.list.allow_extended_fields - for more information.
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2023 12:45 PM
Can't believe I missed that--thank you Allen!