Can I select this record on using updateRecoed function while creating new record?
I would like to use updateRecord function for insert unique value made in custom function on my self into the field created while creating a new record.
However if I used updateRecord function, it's gonna be needed to specify record id but in the time I don't save yet so latest record id won't be generated untill hitting save button.
How should I do in this situation?