We have a text item with characterCasing = UPPER
When the field is set to blank, it no longer gets passed in the DSRequest on update.
When we change the characterCasing to default everything works fine (the field is set to null in DSRequest)
Using : SmartClient Version: SNAPSHOT_v10.1d_2015-09-09/Pro Deployment (built 2015-09-09)
Thanks
ps. This worked fine in SmartClient Version: v9.1p_2014-08-31/Pro Deployment (built 2014-08-31)
Code:
setCharacterCasing(CharacterCasing.UPPER);
When we change the characterCasing to default everything works fine (the field is set to null in DSRequest)
Using : SmartClient Version: SNAPSHOT_v10.1d_2015-09-09/Pro Deployment (built 2015-09-09)
Thanks
ps. This worked fine in SmartClient Version: v9.1p_2014-08-31/Pro Deployment (built 2014-08-31)
Comment