Forum Discussion
SamKrausz
7 years agoQrew Cadet
Thanks for the reply
Still the same issue
var bool NewToggle = If([Rechecked]=false,true,false);
var text URL = URLRoot() & "db/" & Dbid() & "?act=API_EditRecord&key=" & URLEncode([Product #])
& "&_fid_1317= " & $NewToggle;
"javascript:" &
"$.get('" &
$URL &
"',function(){" &
"location.reload(true);" &
"});"
& "void(0);
Still the same issue
var bool NewToggle = If([Rechecked]=false,true,false);
var text URL = URLRoot() & "db/" & Dbid() & "?act=API_EditRecord&key=" & URLEncode([Product #])
& "&_fid_1317= " & $NewToggle;
"javascript:" &
"$.get('" &
$URL &
"',function(){" &
"location.reload(true);" &
"});"
& "void(0);