Forum Discussion

ZintJoseph's avatar
ZintJoseph
Qrew Captain
5 years ago

API_EditRecord Link in Notification Not Working

I am trying to create a link in a notification to open a form so that the record can be updated. I am getting the XML response but the form is not opening. This is set up so that the record can be updated by a user outside of QuickBase


<a href="https://domain.quickbase.com/db/dbid?act=API_EditRecord&usertoken=xxxx&apptoken=xxx&_dfid=10&rid=[Record ID#]">Drafter Update Link</a>

------------------------------
Joey Zint
------------------------------
  • If you are trying to put the record into edit mode then you need this URL


    "<a href=https://domain.quickbase.com/db/dbid?a=er&_dfid=10&rid=" & [Record ID#] & ">"  & "Drafter Update Link" & "</a>"

     but the user will have to get logged into the do the Edit.

    ------------------------------
    Mark Shnier (YQC)
    Quick Base Solution Provider
    Your Quick Base Coach
    http://QuickBaseCoach.com
    mark.shnier@gmail.com
    ------------------------------
    • ZintJoseph's avatar
      ZintJoseph
      Qrew Captain
      The user is a non-user so that is why I have the apptoken and usertoken....can this be done

      ------------------------------
      Joey Zint
      ------------------------------
      • MarkShnier__You's avatar
        MarkShnier__You
        Icon for Qrew Legend rankQrew Legend
        Well, you can accomplish your goal but not that way. 

        You will I'll need to mirror your data using a sync table or some other means in an EOTI app. Then use an Automation to write back to the real internal App.

        ------------------------------
        Mark Shnier (YQC)
        Quick Base Solution Provider
        Your Quick Base Coach
        http://QuickBaseCoach.com
        mark.shnier@gmail.com
        ------------------------------