You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any field that would have three or more options really should be from a table rather than enum, Gender and Marital Status included. I have tried switching to table and have also tried changing the enum values with all occurrences in the code, and the API still uses the old enum values. There are no clear steps provided to change these and different companies/countries recognize different options. Using a table of values would be much easier and more flexible.
The text was updated successfully, but these errors were encountered:
Any field that would have three or more options really should be from a table rather than enum, Gender and Marital Status included. I have tried switching to table and have also tried changing the enum values with all occurrences in the code, and the API still uses the old enum values. There are no clear steps provided to change these and different companies/countries recognize different options. Using a table of values would be much easier and more flexible.
The text was updated successfully, but these errors were encountered: