Forum Discussion
MarkShnier__You
2 years agoQrew Legend
np, there is magic syntax which will refresh whichever page you are on. Here us an example
Just use your URL instead
var text Approve = URLRoot() & "db/" & Dbid() & "?act=API_EditRecord&rid=" & ToText([Record ID#])
& "&_fid_144=Approved";
var text RefreshPage = URLRoot() & "db/" & Dbid() & "?a=doredirect&z=" & Rurl();
$Approve
& "&rdr=" & URLEncode($RefreshPage)
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------
- JenniferJuhasz2 years agoQrew Cadet
Thank you Mark! That example helped me a ton; I was able to make the correction and it's working now.
I so appreciate your time and guidance!
Take care,
------------------------------
Jennifer Juhasz
FamilySmart
BC, Canada
------------------------------- MarkShnier__You2 years agoQrew Legend
It's a very useful Technique, because that way you can have the button on whatever report you want or even on the record and it's simply refreshes whatever page you are on.
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------