Changing Field Types

SOLVED

I currently have a field type of selection, which only allows you to select one item in the list. Would it be possible to change the type selection to type multiselection? There's already information in the old field and I really would like to not abandon that information (or maybe is there a way to create the new multiselect field and populate it with the old select information for each record?)

Parents
  • 0

    Yes. You will need to change the settings in custom_edits table as well as wrapping the existing text it , and ,. If you find another field in custom_edits thats a multi select and replicate the config settings required into the required selection field settings in custom_edits it will change the field type in CRM. Multi selects uses comma's to differential the options so you will also need to change the text from, for example "Customer" to ",Customer,".

Reply
  • 0

    Yes. You will need to change the settings in custom_edits table as well as wrapping the existing text it , and ,. If you find another field in custom_edits thats a multi select and replicate the config settings required into the required selection field settings in custom_edits it will change the field type in CRM. Multi selects uses comma's to differential the options so you will also need to change the text from, for example "Customer" to ",Customer,".

Children
No Data