Forum Discussion
BlakeHarrison
5 years agoQrew Captain
An easier way might be to actually have a checkbox that is toggled by the button and then an email notification based on the update to the Checkbox. A button for this would be:
------------------------------
Blake Harrison
bharrison@datablender.io
DataBlender - Quick Base Solution Provider
Atlanta GA
404.800.1702 / http://datablender.io/
------------------------------
var text chk = "&_FID_34=";
var text tk = "token";
"<a class='Vibrant Alert' & href=" &
URLRoot() & "db/" & Dbid() & "?a=API_EditRecord&apptoken=" & $tk & "&rid=" & [Record ID#] &
$chk & "1" &
"&rdr=" &
URLEncode(URLRoot() & "db/" & Dbid() & "?a=API_EditRecord&apptoken=" & $tk & "&rid=" & [Record ID#] &
$chk & "0" &
"&rdr=" &
URLEncode(URLRoot() & "db/" & Dbid() & "?a=dr&rid=" & [Record ID#]))
& ">Send Email</a>"
This formula will simply Check and then immediately Un-Check the indicated checkbox field. You will simply need to update the variables at the beginning of the formula with the FID of your checkbox and the application token for your app.------------------------------
Blake Harrison
bharrison@datablender.io
DataBlender - Quick Base Solution Provider
Atlanta GA
404.800.1702 / http://datablender.io/
------------------------------
CaroleVandenbe2
5 years agoQrew Trainee
Thanks, Blake! Working with Mark still, but I did try this too, to see if it solved my issue and it doesn't. Any thoughts on what could be wrong? It shows a can't reach the page message.
------------------------------
Carole Vandenberg
------------------------------
------------------------------
Carole Vandenberg
------------------------------
- MarkShnier__You5 years ago
Qrew Legend
Please post you code and we will fix the syntax.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------