Question re: downward compatibility of choices in "Choice" fields
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Friday
Good morning, people.
I'm working on an enhancment demand for an existing app. In the business requirement, some existing choices for a field "u_type_of_problem" (Choice) has been broken down to multiple choices, as follows:
Old build:
- option_1
- option_2
New build:
- option_1A
- option_1B
- option_2A
- option_2B
I want to keep "option_1" and "option_2" in the existing records, but I also need to make it impossible to select "option_1" or "option_2" in new records. I tried using "g_form.removeOption", but that resulted in an undesired behhaviour: Every time I open a historical record, the script would clear "u_type_of_problem" if the value is "option_1" and "option_2".
Does anyone know how I should proceed?
Thanks in advance!
0 REPLIES 0
