Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
var text URLONE = URLRoot() & "db/" & Dbid()
& "?act=API_EditRecord&rid=" & [RecordID#]
& "&_fid_44=" & URLEncode($NewText)
& "&_fid_99=" & URLEncode('ToBe Reviewed);
change 99 to the fid of the field to be updated. There is no practical limit to the # of fields you can update, just keep listed them vertically in that same format.
& "?act=API_EditRecord&rid=" & [RecordID#]
& "&_fid_44=" & URLEncode($NewText)
& "&_fid_99=" & URLEncode('ToBe Reviewed);
change 99 to the fid of the field to be updated. There is no practical limit to the # of fields you can update, just keep listed them vertically in that same format.