AngelinaNewbern
3 years agoQrew Member
Edit a Field with a Button while Adding a record
I'm trying to make a button that will check a checkbox while I am adding a record. I made a button (formula below), but I can't use it on a add record. Is this something that is possible?
var text rdr = URLRoot() & "db/" & Dbid() & "?a=dr&apptoken=[apptoken]=" & [Record ID#];
var text Button = URLRoot() & "db/" & Dbid() & "?a=API_EditRecord&rid=" & [Record ID#]
& "&_fid_73=1" & "&apptoken=[apptoken]" & "&rdr=" & URLEncode($rdr);
$Button
------------------------------
Angelina Newbern
------------------------------
var text rdr = URLRoot() & "db/" & Dbid() & "?a=dr&apptoken=[apptoken]=" & [Record ID#];
var text Button = URLRoot() & "db/" & Dbid() & "?a=API_EditRecord&rid=" & [Record ID#]
& "&_fid_73=1" & "&apptoken=[apptoken]" & "&rdr=" & URLEncode($rdr);
$Button
------------------------------
Angelina Newbern
------------------------------