I am also trying to accomplish this. I tried the formula listed above and get the following error. Formulas are my weakness.
A formula cannot end with an assignment to a variable declaration.
var text TodaysDate = ToText(Today());
var text Update = URLRoot() & "db/" & Dbid() & "?act=API_EditRecord&rid=" & [Record ID#]
& "&apptoken=dhxpiidu5cj4edz3d8kvbn2cium"
& "&_fid_1469=" & $TodaysDate
& "&_fid_1468=" & totext(User())
& "&_fid_805=1" ;
var text URL =
"javascript:" &
"$.get('" &
$Update &
"',function(){" &
"location.reload(true);" &
"});"
& "void(0);";
------------------------------
Hillary Hillary
------------------------------