Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
... this is crazy but I now think that the simple syntax which I originally posted will work in most cases.
var text AddAcknowledgment = URLRoot() & "db/" & "xxxxxxxxx" & "?act=API_AddRecord"
& "&_fid_8=" & ToText([Record ID#]);
var text eScreen = "http://www.google.com";
$AddAcknowledgment
& "&rdr=" & URLEncode($eScreen)
The real problem is that I learned that there are Realm level settings only accessible to Quick Base support which can block external redirects.
var text AddAcknowledgment = URLRoot() & "db/" & "xxxxxxxxx" & "?act=API_AddRecord"
& "&_fid_8=" & ToText([Record ID#]);
var text eScreen = "http://www.google.com";
$AddAcknowledgment
& "&rdr=" & URLEncode($eScreen)
The real problem is that I learned that there are Realm level settings only accessible to Quick Base support which can block external redirects.