MikeTamoush
11 months agoQrew Commander
Webhook help
I've done a number of webhooks successfully and never run into this issue. I am using the format below, to allow for grid editing and multiple record changes. I keep getting error 30, which QB says is there is no such record in the table that matches the ID. However, I am matching the record ID to itself, so it should be impossible for the record id not to exist. Can anyone spot the issue? Why is it telling me there is no record?
<qdbapi>
<udata>mydata</udata>
<usertoken>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</usertoken>
<apptoken>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</apptoken>
<records_csv>
<![CDATA[
%RepeatOn%
[Record ID#],[Weekly Report Key Formula],
%RepeatOff%
]]>
</records_csv>
<clist>3.23</clist>
</qdbapi>
------------------------------
Mike Tamoush
------------------------------