We're looking at updating SC from SmartClient_v110p_2016-07-26_Pro to the latest.
All SimpleType-based fields dealing with numbers started failing.
I've tracked the issue to the number formatting in FloatItem.
* The decimalPad and decimalPrecsion were undefined (my understanding of the documentation is that the default value should have been 'null')
* If decimalPrecision is not set, the formatting routine will return undefined (in our current version the number formatting was not yet implemented in SC and the unmodified value was returned)
Regards,
--
Eric
All SimpleType-based fields dealing with numbers started failing.
I've tracked the issue to the number formatting in FloatItem.
* The decimalPad and decimalPrecsion were undefined (my understanding of the documentation is that the default value should have been 'null')
* If decimalPrecision is not set, the formatting routine will return undefined (in our current version the number formatting was not yet implemented in SC and the unmodified value was returned)
Regards,
--
Eric
Comment