Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
Here is my complete code. The table where the records bare being added into is open to EOTI.
We are probably on the right track as the code works perfectly within Quick Base.
But when used in an email notification it redirects within Quick Base and fails. Any other suggestions would be much appreciated.
var text AddAck = URLRoot() & "db/bpfq364aa" & "?act=API_AddRecord"
& "&_fid_8=" & ToText([Record ID#]);
var text eScreen = "https://escreengo.com/";
"<a href='#' onclick='(function(){$.get(\"" & $AddAck & "\");window.location.replace(\"" & $eScreen & "\");})()'>Click Here</a>"
We are probably on the right track as the code works perfectly within Quick Base.
But when used in an email notification it redirects within Quick Base and fails. Any other suggestions would be much appreciated.