Hi all,
I have an after form record saved event to call a frontend function which logs the record id to the console:
The frontend function is only one line: console.log(app.get_record_id(0));
In the form, when I save changes to an existing record it logs the record id to the console, but when I create a new record and hit the save button it logs -1
to the console.
Is this the intended behaviour of the after record saved event?
Many thanks,
Richard