Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
The API is failing but that javascript is hiding the error message.
Copy the field as a test and just have this
var text URL = urlroot() & "db/" & dbid() & "?act=API_EditRecord"
& "&apptoken=xxxxxxxxx"
& "&_fid_57=" & ToText(now());
$URL
Run that button and it will expose the error message. I suspect that you have application tokens enabled.
Copy the field as a test and just have this
var text URL = urlroot() & "db/" & dbid() & "?act=API_EditRecord"
& "&apptoken=xxxxxxxxx"
& "&_fid_57=" & ToText(now());
$URL
Run that button and it will expose the error message. I suspect that you have application tokens enabled.
QuickBaseCoachD
7 years agoQrew Captain
sorry, i meant this
var text URL = urlroot() & "db/" & dbid() & "?act=API_EditRecord"
& "&_fid_57=" & ToText(now());
$URL
var text URL = urlroot() & "db/" & dbid() & "?act=API_EditRecord"
& "&_fid_57=" & ToText(now());
$URL