I have an Option field in a table with the following OptionString: opt1,opt2,opt3
I want to add a new value between opt1 and opt2.
Is it possible?or should I add it in the end?
Yes, you need to take care of the code too, but my point was that it's not a good practice but not imposible, and is your call to use one or another way to do it.
Yes, you need to take care of the code too, but my point was that it's not a good practice but not imposible, and is your call to use one or another way to do it.
You're too positive. Regarding all the consequences (i.e. work to be done) I call it impossible.
Comments
Never stop learning
Van Vugt's dynamiXs
Dutch Dynamics Community
i.e. if the new OptionString is: opt1,opt11,opt2,opt3
Then in the records with old value opt2 you'll have opt11 and in the records with old value opt3 you'll have opt2.
You can run a process to let the field with the right value after the modifcation.
Regards.
If you have any code with Option values then they will also change. how do you correct in all places?
will change to
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
like opt1,opt2,opt3,,,,,,,,,opt11
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Regards.
Never stop learning
Van Vugt's dynamiXs
Dutch Dynamics Community