Forum Discussion

QuintenQuinten's avatar
QuintenQuinten
Qrew Assistant Captain
8 years ago

Click a button in email notification to change field in different table

I would like to have a button in an email notification that checks a box when clicked. However the email notification is located in a different table from that of the checkbox.

I am getting error codes when clicking the button. I have made buttons before but error codes keep showing up. 

25 Replies

  • QuintenQuinten's avatar
    QuintenQuinten
    Qrew Assistant Captain
    Sorry 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
  • I can't read your mind as to what your current formula is.
    I'm good, but not clairvoyant.
  • QuintenQuinten's avatar
    QuintenQuinten
    Qrew Assistant Captain
    It 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#]
  • Missung db/

    & "&rdr=" & URLEncode(URLRoot() & "db/" & [_DBID_Contracts] & "?a=dr&rid=" & [Record ID#