Forum Discussion
25 Replies
Sort By
- QuintenQuintenQrew Assistant CaptainSorry for the problems. This worked, the checkbox gets checked when clicked in the email notification, however I now get the error "We can't understand the URL you specified. If you think the URL is correct, try refreshing this page." Not sure how to get rid of this error
- QuickBaseCoachDQrew CaptainI can't read your mind as to what your current formula is.
I'm good, but not clairvoyant. - QuintenQuintenQrew Assistant CaptainIt is the same as above, I just put the user token in my preferences:
URLRoot() & "db/" & [_DBID_Contracts] & "?act=API_EditRecord&rid=" & [Contract - Record ID#]
& "&apptoken=*******************"
& "&usertoken=*****************"
& "&_fid_282=true"
& "&rdr=" & URLEncode(URLRoot() & [_DBID_Contracts] & "?a=dr&rid=" & [Record ID#] - QuickBaseCoachDQrew CaptainMissung db/
& "&rdr=" & URLEncode(URLRoot() & "db/" & [_DBID_Contracts] & "?a=dr&rid=" & [Record ID# - QuintenQuintenQrew Assistant CaptainIt worked! Thanks so much!