Skip to main content

Hi,

How is the auto-save property working in a detail form?

I have enabled it for a subject, but the update is not triggered after changing values for some field(s).
 

I've scenario, that I have to fill certain field, to save it and then a next field having a dropdown gives proper filtered list (based on a view).

 

Thanks in advance!

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?