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

Himani12
Kilo Explorer

Hi Ravi,

Where can we check the OOB script for these up and down keys?