Forum Discussion
DwightMunson1
8 years agoQrew Assistant Captain
Also,
This is what I actually have in there now, and it seems to not be filling in the field and I can't figure out why. I seem to have all the necessary elements in there with no error messages.
var text URL = URLRoot() & "db/" & Dbid() & "?act=API_EditRecord&rid=" & [Record ID#] & "&_fid_216=" & URLEncode(UserToName(User())) & "&apptoken=MyActualAppToken";
"javascript:" &
"$.get('" &
$URL &
"',function(){" &
"location.reload(true);" &
"});"
& "void(0);
This is what I actually have in there now, and it seems to not be filling in the field and I can't figure out why. I seem to have all the necessary elements in there with no error messages.
var text URL = URLRoot() & "db/" & Dbid() & "?act=API_EditRecord&rid=" & [Record ID#] & "&_fid_216=" & URLEncode(UserToName(User())) & "&apptoken=MyActualAppToken";
"javascript:" &
"$.get('" &
$URL &
"',function(){" &
"location.reload(true);" &
"});"
& "void(0);