Hello guys,
here is what I'm going to do:
I have a field "Type" and it has option as data type.
As option values I have " ,hybrid,OnPrem,Cloud".
Now the users are bothered by the fact that the values are not sorted alphabetically and want the values to be displayed in the selection:
" Cloud,hybrid,OnPrem".
However, I have many orders in which the field is already filled.
Now I need a procedure that allows me to change the option values.
If I simply change the order of the options as desired, the result is that the type that was previously "hybrid", for example, is now "Cloud".
The integer value has not changed as a result of the sorting.
How should I solve this?