Forum Discussion
MarkShnier__You
Qrew Legend
5 years agoCan you explain the workflow that you want.
This code here without the z=rurl() should save the record when you save and then land the user on a table home page. Whay workflow are you trying to achieve?
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
This code here without the z=rurl() should save the record when you save and then land the user on a table home page. Whay workflow are you trying to achieve?
var Text URLONE = URLRoot() & "db/" & [_DBID_OPPORTUNITIES] & "?a=API_GenAddRecordForm&_fid_261=" & URLEncode ([Record ID#])
var Text URLTWO = "https://4perfectwater.quickbase.com/db/bnt8jzsu6?a=td";
$URLONE
& "&NextURL=" & URLEncode($URLTWO)
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------