Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
The trick with the editing of the record you are on is to make a Report Link field. Just try what i suggested above and let me know if you get stuck.
Try this as code to make and edit and refersh the page you are on.
var text URL = URLRoot() & "db/" & Dbid()
& "?act=API_EDITRecord&rid=" & [Record ID#]
& "&apptoken="xxxxx"
& "&_fid_81=" & Now();
"javascript:" &
"$.get('" &
$URL &
"',function(){" &
"location.reload(true);" &
"});" & "void(0);
Try this as code to make and edit and refersh the page you are on.
var text URL = URLRoot() & "db/" & Dbid()
& "?act=API_EDITRecord&rid=" & [Record ID#]
& "&apptoken="xxxxx"
& "&_fid_81=" & Now();
"javascript:" &
"$.get('" &
$URL &
"',function(){" &
"location.reload(true);" &
"});" & "void(0);