What should be used for the writer config of a LABKEY.ext.Store (Ext3 version)

LabKey Support Forum
What should be used for the writer config of a LABKEY.ext.Store (Ext3 version) Leo Dashevskiy  2013-07-08 15:57
Status: Closed
 
Does it matter, if the source of my query is 'built-in query/table' or a custom one, which does not necessarily reference all of the columns and is not necessarily driven by data from just one table...


So here is the info from "Request payload":

{"commands":[{"schemaName":"opencyto_preprocessing","queryName":"GatingSet","command":"insertWithKeys","rows":[{"values":{"Id":1,"Name":"test","Path":"/home/ldashevs/Labkey/flowFiles/HVTN080/@files/assay/0880-M-080/6edd36458d6da212026ec7676b76e6f8","Description":"description","EntityId":"d200e809-e4ad-102f-b2d1-1f5d89162b6e","Created":"2013-07-03T21:16:36.000Z","container":"d200e809-e4ad-102f-b2d1-1f5d89162b6e"},"oldKeys":{"undefined":"ext-record-2"}}]}]}

I see that the command here is not 'update', but 'insert' and I already have this row with that key present in the table, is that a problem?

Also, I see a field called 'oldKeys', but it does not seem to contain anything meaningful, is that a problem?

Thanks.
-Leo