Hello
I have a table in an Interactive Grid and one column is displayed as Popup LOV. I would like now to set a default value if the user clicks on button "Add Row".
LOV example:
Display name Value
Apple 1
Banana 2
Coconut 3
I want to set "Apple" as default whenever a new record will be created. That sounds pretty simple... If I set the default for this column as "Apple" it displays "Apple" on a new record but on saving I got an error as it tries to insert "Apple" into a numeric field. Sure, I could use the default of 1 (value of Apple) but that is not so nice and confuses the user expecting "Apple".
So how I can set a default value on adding a new row?
-> Working with Apex 19.1