XML-RPC API Reports Success, but database isn't updated

XML-RPC API Reports Success, but database isn't updated

Hello,

I have shared my application (creator.zoho.com/flight16/japanese-knowledge/) with support already.

I'm using a script to update values to my form. It works for the 'Words' form. However, when I try the same update (specify an ID, or any value in any of the string columns) in the 'Examples' form, it reports success, but no data is actually written.

Request:


<ZohoCreator><applicationlist><application name='japanese-knowledge'><formlist><form name='Examples'><update><criteria><field name='ID' value='103696000000017039' compOperator='equals'/></criteria><newvalues><field name='MYGUID' value='5'/></newvalues></update></form></formlist></application></applicationlist></ZohoCreator>



Response:


"<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n<response><result><form name=\"Examples\"><update><criteria><field name=\"ID\" compOperator=\"equals\" value=\"103696000000017039\"></field></criteria><newvalues><field name=\"MYGUID\"><value>5</value></field></newvalues> <status>Success</status></update></form></result></response>\r\n"



I would include a more detailed POST description, but it has failed for every combination I've tried it with (writing to the 'Examples' form), while the 'Words' form has succeeded with every combination.

I challenge support to update any record's MYGUID column (or Source_Other) using any "equals" criteria. It always reports success, but the changes never stick. I've tried changing variable names, etc. No luck. However, it _always_ works with the 'Words' form.