When you change the value in a choice list, the values in the database are not modified. To help dealing with data we’ve added Replace button to the setup section for text columns with choices.
After clicking the button TeamDesk will prompt you to select original value from the database and replacement value from the list of choices.
Nice – great feature!
Does it also replace the values in code. Ie if I have If ([column]) = “active”) and I change the value active to say valid, will the code change to If ([column]) = “valid”)
@philipp: No, in formulas we can not trace usage context for sure – it might work for strict equality comparison but won’t likely work for all possible cases.