if 'allowEmptyValue' is set to true for a field in a ds.xml, and that value is updated to a 'null' from some other value, should form.saveData() update that column with a null value?
Currently, we have to do a setValue((Integer)null) in order to ensure the saveData() call updates the column with a null.
Are we missing some other api call on the form to instruct it to update null values or something?
Currently, we have to do a setValue((Integer)null) in order to ensure the saveData() call updates the column with a null.
Are we missing some other api call on the form to instruct it to update null values or something?
Comment