I was looping through a grid with customers and wanting to update a field in the table on checked rows.
The field type was drop-down. I was trying to update the dropdown field's display with text and kept getting an error message.
Then I tried updating the drop-down fields record ID with a number and was successful.
Is this a change in method new?