Add fields to slushbucket

lawrencemgann
Tera Guru

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?

 

ertype1.pngertype2.pngertype3.png

1 ACCEPTED SOLUTION

Allen Andreas
Administrator
Administrator

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!

View solution in original post

2 REPLIES 2

Allen Andreas
Administrator
Administrator

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!

lawrencemgann
Tera Guru

Can't believe I missed that--thank you Allen!