Hi,
We have a field with numerous opions of valid values. Before, these values were entered in the field itself, and came by as an array from the valid_values property on the columns.
Now they are in a table key lookup field and stored in the database. When I look at the valid_values property, it's now the string select statement per the lookup. Is there anyway to get those values back per how they are stored in the database and not the select string itself?
Thanks
Frank