Use Case:
1. creating new blank row
2. fill out some input fields
3. click on one of several action button, generates values for some other fields
4. Save - the object is ready
I can do this easily on an existing row with an action button and a stored procedure. In the new row view all buttons are disabled and there is not yet an existing row to work with afaik. Probably I could use an dropdown field and a database trigger to generate the values for the other fields after creation but the user should see, check and perhaps alter the values prior to saving the entry.
Is there a solution I do not see? Can I anyhow interact with the new row?
Thanks in advance
Christoph