Discussions

 View Only
  • 1.  What is this XML error?

    Posted 11-29-2016 19:19
    HI everyone,

    I am getting the attached XML error when using a formula URL button in an email. When I am logged into QB there isn't a problem. When I am logged out is when I get the error. Is there a way to accomplish what I need from the formula URL button, edit the record, or redirect to login page and then onto editing that specific record? I am using this formula: URLRoot() & "db/" & Dbid() & "?act=API_EditRecord&apptoken=[MyAppToken]&_fid_44=Acknowledged&rid=" & [Record ID#] & "&rdr=" & URLEncode(URLRoot() & "db/" & Dbid() & "?act=dr&rid=" & [Record ID#])


    Please let me know. Thank you!


  • 2.  RE: What is this XML error?

    Posted 05-12-2017 13:07
    You can Edit the corresponding Record by the below formula

    "https://[YourDomain]/db/[tableId]?a=er&rid="&[Record ID#]&"&apptoken=[apptoken]"

    Just Fill

    YourDomain eg:  aaa.com
    tableid: seen in the url of table after db
    apptoken: On app management Require application token and create a token.

    just remove square brackets