Auto save

I have a form with only one field that I need to capture data from. This field is of type enum and the three options appear as buttons.

When it was just this field, I could press a button and it autosaves the form. 

Ive then added two other fields that are not editable but they are visible (one has an initial value set, the other has a formula set).

I now have to hit Save when I press one of the buttons, even though I can't edit the other fields. I really want it to Auto save on pressing the button. 

Is there any way round this? 

0 2 83
  • UX
2 REPLIES 2

If you could place the button as the last field in the form ( after those two newly added fields) , you could still use auto save feature of forms.

Suvrutt_Gurjar_0-1661593479685.png

 

What typically do is hide these auto-computed fields inside the form:

  • Context("ViewType") <> "Form"

This way their not in the way during data entry, and auto-save will work

Top Labels in this Space