1. Say I have a String field called Category. 2. O...
# orm-help
b
1. Say I have a String field called Category. 2. One of those Category names is “Bank” 3. I have around 100 entries that used “Bank” as their Category name. 4. What if I wanted to rename “Bank” to “Account”? 5. Is there a “safe” way to let the user do this, and it automatically updates all 100 entries? Looking for general guidance here, not the solution. Thanks!!
h
Is there a “safe” way to let the user do this, and it automatically updates all 100 entries?
Not sure who is the user here. Also, you can sure perform a update operation which will update the field.