S
stevev
Guest
When an Oracle column is defined as NUMBER with no precision or scale, our service describes this column as DOUBLE. This would explain why you see the trailing “.0” in Salesforce WebUI. This mapping to a DOUBLE is to avoid Lightning Connect issues with their maximum number size.
Continue reading...
Continue reading...