Forum Discussion
QuickBaseCoachD
9 years agoQrew Captain
Right, I'm missing the ending ;
trey this
var text URLONE = URLRoot() & "db/" & Dbid() & "?a=API_EditRecord" & "&AppToken=buawcnbd5pjszvdimycfs3jdpzd" &
"&rid=" & [Record ID#] &
"&_fid_107=" & URLEncode(User());
var text URLTWO = URLRoot() & "db/" & [_DBID_APPOINTED_LEADS] & "?a=API_GenAddRecordForm&_fid_21=" & URLEncode ([Agency Name])& "&z=" & Rurl());
$URLONE
& "&rdr=" & URLEncode($URLTWO)
trey this
var text URLONE = URLRoot() & "db/" & Dbid() & "?a=API_EditRecord" & "&AppToken=buawcnbd5pjszvdimycfs3jdpzd" &
"&rid=" & [Record ID#] &
"&_fid_107=" & URLEncode(User());
var text URLTWO = URLRoot() & "db/" & [_DBID_APPOINTED_LEADS] & "?a=API_GenAddRecordForm&_fid_21=" & URLEncode ([Agency Name])& "&z=" & Rurl());
$URLONE
& "&rdr=" & URLEncode($URLTWO)