Forum Discussion
MarkShnier__You
Qrew Legend
5 years agoYou have to do successive API calls like this
var text EDIT =
URLRoot() & "db/" & Dbid() & "?a=API_EditRecord" &
"&rid=" & [Record ID#] &
"&apptoken= xxxxxxxxxxxxxxxxxxx" &
"&_fid_32=Call Back";
var text Add = URLRoot() & "db/" & [_DBID_TASKS] & "?a=API_GenAddRecordForm"
& "&_fid_10=" &URLEncode(ToText(User()))
& "&_fid_15=" & URLEncode("Sales")
& "&_fid_8=" & URLEncode("Call Back")
& "&_fid_14=" & URLEncode ([Phone Number])
& "&z=" & "Rurl()";
$Add
& "&rdr=" & URLEncode($Add)
------------------------------
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
var text EDIT =
URLRoot() & "db/" & Dbid() & "?a=API_EditRecord" &
"&rid=" & [Record ID#] &
"&apptoken=
"&_fid_32=Call Back";
var text Add = URLRoot() & "db/" & [_DBID_TASKS] & "?a=API_GenAddRecordForm"
& "&_fid_10=" &URLEncode(ToText(User()))
& "&_fid_15=" & URLEncode("Sales")
& "&_fid_8=" & URLEncode("Call Back")
& "&_fid_14=" & URLEncode ([Phone Number])
& "&z=" & "Rurl()";
$Add
& "&rdr=" & URLEncode($Add)
------------------------------
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
- BenjaminBrooks5 years agoQrew TraineeThank you Mark I am working on those variable tags to figure out when to use them !
------------------------------
Benjamin Brooks
------------------------------