Forum Discussion

AngelinaNewbern's avatar
AngelinaNewbern
Qrew Member
3 years ago

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
------------------------------

1 Reply

  • Are you wanting the user to optionally check a box in Add mode or Pre populate the checkbox when the record is launched into the add form?

    If you want to have the user check a box in add mode just expose the check box on the form.


    ------------------------------
    Mark Shnier (YQC)
    mark.shnier@gmail.com
    ------------------------------