Save and Next button

Daniel A-C
Tera Expert

Hi guys,

I'd love to put together a UI action or button that basically allows me to navigate a list of records in the same way as next and previous but with a save included.

Currently if I press next, I get warned if I've made changes that I'll lose them. Then I have to cancel the warning, save the record, wait for it to reload, then press next. (Or press update, choose my next record and wait for that to load)

It would be great if I could just add a button which is essentially 'Save and Next' or 'Save and Previous'.   I can't see next or previous as global UI actions or else I'd attempt to use that as a base.

Has anyone attempted this before or have any ideas as to how to achieve it?

Thanks,

Dan

1 ACCEPTED SOLUTION

Hi Daniel,



There is a system property that we need to enable to avoid the confirmation message.



Please change the value true for below property then try.



glide.ui.update_on_iterate




Thanks,


Ravi


View solution in original post

5 REPLIES 5

Ravi Prasad1
Tera Guru

There are OOB navigation for this already.



find_real_file.png



after changing the form values you just need to click on this arrow marks so that it will save the form automatically


No, there is a Next and a Previous button. There is no 'Save and Next' or a 'Save and Previous' button.



The following are the out of the box buttons...


Screenshot_1.png



and if I use them...



Screenshot_2.png



If I choose 'Leave this page', my changes are not saved. What I would like is a one button 'Save and Next' option.



Thanks


Daniel


Hi Daniel,



There is a system property that we need to enable to avoid the confirmation message.



Please change the value true for below property then try.



glide.ui.update_on_iterate




Thanks,


Ravi


Excellent! Just what I was looking for 🙂



Thanks