Hi Isomorphic. When using the setValues() API of server side DSRequest, what type of objects are expected in the Map<String, Object>? I can see that sending plain Strings for every field works, with some very basic values, but I don't know if this optimal and if I should instead send the appropriate Object type according to the field type? My ultimate goal is to guarantee that dates, decimals and other non-text data types get parsed and used correctly in the DataSource.OP_ADD operation.
Thanks
Thanks
Comment