Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
Can you explain where you are stuck? What is not working. Is the issue that it does the update correctly but spews an XML success message on the scree which is not user friendly.
If that is the only problem,you can use this format.
var text URL = URLRoot(Company URL) & "db/" & dbid() & "?a=API_EditRecord&rid="&[Record ID#]&"&apptoken=myapptoken&_fid_216=User();
"javascript:" &
"$.get('" &
$URL &
"',function(){" &
"location.reload(true);" &
"});"
& "void(0);
If that is the only problem,you can use this format.
var text URL = URLRoot(Company URL) & "db/" & dbid() & "?a=API_EditRecord&rid="&[Record ID#]&"&apptoken=myapptoken&_fid_216=User();
"javascript:" &
"$.get('" &
$URL &
"',function(){" &
"location.reload(true);" &
"});"
& "void(0);