In order to debug this, you need to remove the javascript to expose the error.
var text URL= URLRoot() & "db/" & Dbid()& "?act=API_EditRecord&rid=" & [Item #]& "&_fid_758=" & "Ready" // scope status& "&_fid_25=" & "New" // status& "&_fid_53=" & Today() // start date& "&_fid_12=" & WeekdayAdd(ToDate([Start Date]),3) // due date& "&_fid_254=" & URLEncode("Changed Scope Status to: Ready"); // event logs$URL
My guess is that the Item # is not the Record ID. Is the Key field to the table the Item #?
maybe you need
& "?act=API_EditRecord&rid=" & [Record ID#]
or else you are missing the apptoken
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.commark.shnier@gmail.com
------------------------------