Forum Discussion
StephenStephen
8 years agoQrew Assistant Captain
This is excellent. Thanks. I had to remove what appeared to be a stray "=" in the first assignment so it now looks like this. And yes, a green button was mandatory for this one :)
var text URL = URLRoot() & "db/" & Dbid()& "?act=API_EditRecord&rid=" & [Record ID#]
& "&_fid_20=1" & "&apptoken= xxxxx";
"javascript:" &
"$.get('" &
$URL &
"',function(){" &
"location.reload(true);" &
"});"
& "void(0);
var text URL = URLRoot() & "db/" & Dbid()& "?act=API_EditRecord&rid=" & [Record ID#]
& "&_fid_20=1" & "&apptoken= xxxxx";
"javascript:" &
"$.get('" &
$URL &
"',function(){" &
"location.reload(true);" &
"});"
& "void(0);