Hello,
You said that only some fields do not trigger a save after editing. Can you specify which fields do not autosave after an edit? What are the data and controltypes of those fields?
Hi @Edo Spijker ,
While trying to reproduce, I see now that after clicking outside the form, it is getting saved automatically (while checking the debug option).
My interpretation was that it was on leaving a field and navigating to next field, it already was trying to save the record…
It was a text field, nvarchar(10) datatype and normal text input field.
Will see if I can update the values in database using a stored procedure.
Yes, most fields are only saved when you leave that field.
Is your issue resolved with these answers?