nblgeoweb VIP
Total posts: 178
13 Jul 2017 12:41

There is a field column in the js_res_record table that seems to hold all the field data for a record in json format. There is also a js_res_record_values table that holds the values of fields along with more information that what is in the json data.

I have a situation where I need to change the value of one specific field of a certain record via a script. Do I need to update that value in both the json data as well as in the record values table? What is the purpose of these two places for the same information?


Sackgesicht VIP
Total posts: 1,636
13 Jul 2017 21:49

Yes, you need to update both.

Please see an example in the documentation --> here

It would be easier with the UpdateAPI as described --> here

Unfortunately, the UpdateAPI is not working as of now, see here

Powered by Cobalt