John Nelson, Product Manager
-
3,468 Points
Posted 6 years ago
Glenn Elliott, Champion
-
7,788 Points
This would be nice. It reminds me of FileMaker Pro and Microsoft Access c.1993 and users liked it then.
I haven't given it +1 because it's not as high on my agenda as some of the other ideas posted, many of which I'd give a +50 were that possible.
I haven't given it +1 because it's not as high on my agenda as some of the other ideas posted, many of which I'd give a +50 were that possible.
John Nelson, Product Manager
-
3,468 Points
-
1,514 Points
Hi,
Is there any solution for next record button as you mention in this post?
I need this for one of my requirements.So can you please confirm me how the same is possible using skuid or How we can do the same using custom snippet.
My requirement is to go to Next and Previous Record based on one date field I did this with some snippet but facing issues when date of the few record matches then it is just returning the same two records again and again.
Looking ahead for quick response.
Thanks.
Is there any solution for next record button as you mention in this post?
I need this for one of my requirements.So can you please confirm me how the same is possible using skuid or How we can do the same using custom snippet.
My requirement is to go to Next and Previous Record based on one date field I did this with some snippet but facing issues when date of the few record matches then it is just returning the same two records again and again.
Looking ahead for quick response.
Thanks.
-
1,632 Points
I now also have this need. Our team needs the ability to rapidly scan recent Activity when they are in a call, and this would help a lot. Any hints on how I might implement some snippets to do prev/next?
I see I have some interesting data in the arguments[0] (params), including the model, row and item/list, and can easily insert buttons to do multi-step actions w/snippet calls and model refresh. Any pointers on how I might go about doing a prev/next on the table and then query the model again to refresh the popup fields?
Thanks!
I see I have some interesting data in the arguments[0] (params), including the model, row and item/list, and can easily insert buttons to do multi-step actions w/snippet calls and model refresh. Any pointers on how I might go about doing a prev/next on the table and then query the model again to refresh the popup fields?
Thanks!
-
734 Points
-
1,252 Points
I am interested in this feature or a workaround also. Is there a current JavaScript solution? Thank you in advance!
-
2,468 Points
As a quick thought you can create a model to find the ID of the next record (something like created date < currentrecord.createddate limit to 1) and create a button to go to that id
-
6,572 Points
In case someone still needs this solution, Pat just gave me one that worked! :)
see this post: https://community.skuidify.com/skuid/topics/go-to-previous-and-next-record-for-child-record-detail-p...
see this post: https://community.skuidify.com/skuid/topics/go-to-previous-and-next-record-for-child-record-detail-p...