Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
Just use my post which begins with "no problem ....
MarkCorcoran
8 years agoQrew Cadet
Yeah, I've tried it.. It refreshes the screen, but the record is still there.
This is what I have as a Formula-URL Button in an embedded report.
var text URL= URLRoot() & "db/" & Dbid() & "?act=API_DeleteRecord&rid=" & [Record ID#]
& "&apptoken= d7xnw2xdw9v4qnrm2ptkcyndgx3";
"javascript:" &
"$.get('" &
$URL &
"',function(){" &
"location.reload(true);" &
"});"
& "void(0);
This is what I have as a Formula-URL Button in an embedded report.
var text URL= URLRoot() & "db/" & Dbid() & "?act=API_DeleteRecord&rid=" & [Record ID#]
& "&apptoken= d7xnw2xdw9v4qnrm2ptkcyndgx3";
"javascript:" &
"$.get('" &
$URL &
"',function(){" &
"location.reload(true);" &
"});"
& "void(0);