- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2016 06:52 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2016 07:43 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2016 06:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2016 07:35 AM
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...
and if I use them...
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2016 07:43 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2016 08:18 AM
Excellent! Just what I was looking for 🙂
Thanks