Forum Discussion
QuintenQuinten
8 years agoQrew Assistant Captain
var text URL = URLRoot() & "db/" & Dbid() & "?act=API_EditRecord&rid=" & [Record ID#]
& "&apptoken=b9pzvpjdbfk42zck9xawjk99nx5"
& "&usertoken=b3iezd_xfm_bpqsutvbg5gc46c7aepnhdm8me43"
& "&_fid_282=true"
& "&_fid_279=PLS Review Complete";
"javascript:" &
"$.get('" &
$URL &
"',function(){" &
"location.reload(true);" &
"});"
& "void(0);"
"PLS Review Complete" is what needs to be selected in the multiple choice field.
& "&apptoken=b9pzvpjdbfk42zck9xawjk99nx5"
& "&usertoken=b3iezd_xfm_bpqsutvbg5gc46c7aepnhdm8me43"
& "&_fid_282=true"
& "&_fid_279=PLS Review Complete";
"javascript:" &
"$.get('" &
$URL &
"',function(){" &
"location.reload(true);" &
"});"
& "void(0);"
"PLS Review Complete" is what needs to be selected in the multiple choice field.