SmartClient Version: SNAPSHOT_v9.1d_2014-01-24/Enterprise Deployment (built 2014-01-24)
FF 25
I have a client only DataSource created via Java which contains DataSourceEnumField fields of editor type SelectItem where multiple = true. I would like to set the multipleStorage to MultipleFieldStorage.SimpleString so that values are saved as simple comma delimited Strings rather than a List however the API for a client DataSourceField does not support multipleStorage (like the server version of DataSourceField does).
Is there any way I can achieve this from a client only DataSource?
FF 25
I have a client only DataSource created via Java which contains DataSourceEnumField fields of editor type SelectItem where multiple = true. I would like to set the multipleStorage to MultipleFieldStorage.SimpleString so that values are saved as simple comma delimited Strings rather than a List however the API for a client DataSourceField does not support multipleStorage (like the server version of DataSourceField does).
Is there any way I can achieve this from a client only DataSource?
Comment