ColeenSchmitt1
6 years agoQrew Cadet
Formula URL to Specific Form and Check off Checkbox field
Hi,
I am trying to create a button that will drive to a different form on the same table and also check off a Checkbox field (field 324). I have tried several formulas, all coming up unsuccessful. Here is the latest I am working with:
var text URL = URLRoot() & "db/" & [_DBID_OPPORTUNITIES]& "?act=API_EditRecord"
&"&rid=" & URLEncode([Record ID#])
& "&dfid=13"
&"&_fid_324=1"
& "&apptoken=" & "xxxxxxxxx";
"javascript:" &
"$.get('" &
$URL &
"',function(){" &
"location.reload(true);" &
"});"
& "void(0);"
Help! What am I doing wrong?
I am trying to create a button that will drive to a different form on the same table and also check off a Checkbox field (field 324). I have tried several formulas, all coming up unsuccessful. Here is the latest I am working with:
var text URL = URLRoot() & "db/" & [_DBID_OPPORTUNITIES]& "?act=API_EditRecord"
&"&rid=" & URLEncode([Record ID#])
& "&dfid=13"
&"&_fid_324=1"
& "&apptoken=" & "xxxxxxxxx";
"javascript:" &
"$.get('" &
$URL &
"',function(){" &
"location.reload(true);" &
"});"
& "void(0);"
Help! What am I doing wrong?