Forum Discussion
QuickBaseCoachD
10 years agoQrew Captain
David, not tested, but maybe there is a simple solution using nexturl to make customized EDIT button.
var text URLONE = urlroot() & "db/" & dbid() & "?a=er& rid=" & ToText(Record ID#])
var text URLTWO = urlroot() & "db/" & dbid() & "?a=q&qid=xx"
$URLONE
& "&nexturl=" & urlencode($URLTWO)
var text URLONE = urlroot() & "db/" & dbid() & "?a=er& rid=" & ToText(Record ID#])
var text URLTWO = urlroot() & "db/" & dbid() & "?a=q&qid=xx"
$URLONE
& "&nexturl=" & urlencode($URLTWO)
- KellyBianchi7 years agoQrew Assistant CaptainThis works on desktop for me, but doesn't seem to work in mobile.
- PaulVorster17 years agoQrew CadetHI Kelly, did you manage to get a solution for mobile, as I have the same problem?
- KellyBianchi7 years agoQrew Assistant CaptainNo, sorry, I did not. You might just want to add a line of text to instruct users to save and then add their child records.