Forum Discussion
ZintJoseph
8 years agoQrew Captain
So in this example I created two buttons in a notification email....the code below happens to be in the Accept Button (Formula URL)
I am updating a checkbox to yes (field id 110 on the form)
The second line of code is the redirect to page ID 8. This would be the id of the code page your created.
I am updating a checkbox to yes (field id 110 on the form)
The second line of code is the redirect to page ID 8. This would be the id of the code page your created.
URLRoot() & "db/" & Dbid() & "?act=API_EditRecord&apptoken=YOUR APP TOKEN&_fid_110=yes&rid=" & [Record ID#]
& "&rdr=" & URLEncode("https://YOURACCOUNT.QUICKBASE.COM/db/... DBID?a=showpage&pageid=8")