ReportDoublesAsDecimal
Indicates if doubles should be reported as decimal.
Data Type
bool
Default Value
true
Remarks
In the NetSuite API, all columns are reported as doubles. However, this can cause rounding issues when used in aggregation queries. It is generally expected that when monetary columns are used, they should be reported and stored as decimal. While we cannot change how the NetSuite API handles these columns, we can represent them in our tools as decimal so that their use in formulas like aggregations are not subject to these problems. For backwards compatibility on existing implementations, this property be set to false.