Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
Rob is correct, I missed that
var text URL = URLRoot() & "db/" & Dbid()
& "?act=API_EditRecord&rid=" & [Record ID#]
& "&_fid_80=" & $NewToggle;
also there was a space after the _fid_80= that I did not see.
var text URL = URLRoot() & "db/" & Dbid()
& "?act=API_EditRecord&rid=" & [Record ID#]
& "&_fid_80=" & $NewToggle;
also there was a space after the _fid_80= that I did not see.