DropDown editor - can not delete item.

Hello team,
here is some problem with DropDown editing. I can’t delete any item.
Maybe it is not a bug, but…

In SugarCRM I found an information how to delete item in DropDown editor. But is it possible in SuiteCRM ?

What a reason for that? To keep data integrity?
Thus it is good idea to assign automatically unique ID (like Timestamp + dropdown name list for example) and active status field. Thus it is easy only disable some item and put all disabled items to bottom of the list.

After that it is possible to use new version of items and keep alive old relations and limit user to choose only active items. Also you can back easy if you are not satisfied with new ideas but save work which is done. It takes one or two additional fields like active status and maybe unique ID.

Why? Because if you create alternative list you can’t easy repeat all relations.
And if you edit label it will be changed everywhere if you store relation but not value in DB.

How to work with it if I can’t delete DropDown item? What is you recommandation?

Hi,
The drop-down options can also be deleted in the SuiteCRM. You can go to Admin>>Studio>>Module>>Fields and open the field definition the drop-down list is associated with. Select an option and press DELETE icon present at the right most in the option value row. After that save the drop-down definition. The option will be removed.
You can also delete an option from drop-down editor in the admin menu.

For database values handling, you can run an Update query and change the current option value for the records to any other one.

Thanks