Skip to main content

salesforce.field.scale

Home > @runlightyear/salesforce > Field > scale

Field.scale property

For fields of type double. Number of digits to the right of the decimal point. The API silently truncates any extra digits to the right of the decimal point, but it returns a fault response if the number has too many digits to the left of the decimal point.

Signature:
scale: number;