Forum Discussion
GauravSharma3
8 years agoQrew Commander
Hi Jorden,
Yes, you can.
Please have a look at the sample formula:
Replace _fid_101 with your field Id and [Checkbox] field with your checkbox field name.
Please let me know if this works for you and need any further help.
Thanks,
Gaurav
Yes, you can.
Please have a look at the sample formula:
URLRoot() & "db/" & Dbid() & "?act=API_EditRecord&rid=" & [Record ID#] & If([Checkbox]=true, "&_fid_101=0", "&_fid_101=1") & "&rdr=" & URLEncode(URLRoot() & "db/" & Dbid() & "?a=dr&rid=" & [Record ID#])
Replace _fid_101 with your field Id and [Checkbox] field with your checkbox field name.
Please let me know if this works for you and need any further help.
Thanks,
Gaurav
GauravSharma3
8 years agoQrew Commander
Jordan,
Please have a look at the Mark Answer. He did the exact thing which you are asking. Also, that formula will work in all your scenarios whether you are triggering from the table or form it will redirect back to your original position.
Please go ahead with that.
Thanks,
Gaurav
Please have a look at the Mark Answer. He did the exact thing which you are asking. Also, that formula will work in all your scenarios whether you are triggering from the table or form it will redirect back to your original position.
Please go ahead with that.
Thanks,
Gaurav