Skip to main content

auto-save in form

  • January 11, 2021
  • 3 replies
  • 97 views

Forum|alt.badge.img+6

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!

This topic has been closed for replies.

3 replies

Forum|alt.badge.img+2
  • Moderator
  • January 12, 2021

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?
 


Forum|alt.badge.img+6

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.


Forum|alt.badge.img+2
  • Moderator
  • January 13, 2021

Yes, most fields are only saved when you leave that field.

Is your issue resolved with these answers?