Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
There are some extra characters in your code.
Try this
var text URL = URLRoot() & "db/" & Dbid() & "?act=API_EditRecord&rid=" & [Record ID#]
& "&apptoken=bw7794gchxhnxvdd8y8shtyxg28"
& "&_fid_174=" & URLEncode("Ready for Scrubbing")
& "&_fid_171=" & Today() &
& "&_fid_170=" & UserToEmail(User());
"javascript:" &
"$.get('" &
$URL &
"',function(){" &
"location.reload(true);" &
"});"
& "void(0);";
Try this
var text URL = URLRoot() & "db/" & Dbid() & "?act=API_EditRecord&rid=" & [Record ID#]
& "&apptoken=bw7794gchxhnxvdd8y8shtyxg28"
& "&_fid_174=" & URLEncode("Ready for Scrubbing")
& "&_fid_171=" & Today() &
& "&_fid_170=" & UserToEmail(User());
"javascript:" &
"$.get('" &
$URL &
"',function(){" &
"location.reload(true);" &
"});"
& "void(0);";