Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
OK, yes I left out the most important part of the formula, which record to edit!
var text URL = urlroot() & "db/" & dbid() & "?act=API_EditRecord"
& "&rid=" & [Record ID#]
& "&_fid_xx=" & ToText(now());
"javascript:" &
"$.get('" &
$URL &
"',function(){" &
"location.reload(true);" &
"});"
& "void(0);"
var text URL = urlroot() & "db/" & dbid() & "?act=API_EditRecord"
& "&rid=" & [Record ID#]
& "&_fid_xx=" & ToText(now());
"javascript:" &
"$.get('" &
$URL &
"',function(){" &
"location.reload(true);" &
"});"
& "void(0);"