Forum Discussion
QuickBaseCoachD
Qrew Captain
Justin, I see that you found my app in the Exchange
Here is what you need
var text URL =
URLRoot() & "db/" & Dbid () & "?act=API_EditRecord&rid=" & [Record ID#]
& "&_fid_55=1";
"javascript:" &
"$.get('" &
$URL &
"',function(){" &
"location.reload(true);" &
"});" & "void(0);"
Change 55 to your checkbox fid.
this syntax refreshes the whole page, even when clicked off a child record on an embedded report on form, or on a report.
Here is what you need
var text URL =
URLRoot() & "db/" & Dbid () & "?act=API_EditRecord&rid=" & [Record ID#]
& "&_fid_55=1";
"javascript:" &
"$.get('" &
$URL &
"',function(){" &
"location.reload(true);" &
"});" & "void(0);"
Change 55 to your checkbox fid.
this syntax refreshes the whole page, even when clicked off a child record on an embedded report on form, or on a report.
RaviSiddana
5 years agoQrew Trainee
Hi,
I have the same requirement. I have been using the script in a "formula URL" field. However its not working. Could you please help me?
Regards,
Ravi
------------------------------
Ravi Siddana
------------------------------
I have the same requirement. I have been using the script in a "formula URL" field. However its not working. Could you please help me?
Regards,
Ravi
------------------------------
Ravi Siddana
------------------------------
- MarkShnier__You5 years agoQrew LegendCan you explain what you want the button to do and post your current code which is not working?
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------