Issue description:
In AX 2009 SP1 RU8, when importing string values from an Excel-sheet using standard AX functionality; if the value is all numeric and is greater than the maximum number that can be handled by a 32 integer, the value returned is the maximum 32 bit integer value (2147483647).
Workaround suggestion:
From line 223 in \Classes\SysDataExcelCOM\readRow method, make the following code change:
From: ……………
case COMVariantType::VT_R8...(read more)
↧