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)
KellyBianchi
7 years agoQrew Assistant Captain
This works on desktop for me, but doesn't seem to work in mobile.