How to convert cascading select to single select

Prateek Kumar April 8, 2013

Ho can I convert custome field type for a cascading select to a single select list?

I want to get rid of 2nd level cascading fields without creating a new single select list and retyping all 1st level options.

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 8, 2013

There's no way to do this - the data is incompatible.

You have to design a new structure that includes both top level and secondary levels (assuming you want to keep both), manually put that into a new list of options for a new field, then work out how to move the data from the old field to the new field.

You've said "ondemand" so there's no database scripting you can do (not that I would recommend that in this case, unless you've got a full test system to try it on and very good backups), and I don't think you can run Jelly to do it. You might be able to use REST to remotely perform the task, but it still may be faster to manually type it in.

Suggest an answer

Log in or Sign up to answer