Numeric column parameters

Use this parameter to define how numeric columns defined as Single Line Text Box should handle specific values entered.

JSON Identifier: MFS@NumericProperties

Numeric property format

Description

Possible values

AllowZero

AllowZero is used to allow or disallow zero quantity in numeric type single line text box.

Default value is false.

  • True | False or
  • true | false or
  • TRUE | FALSE

AllowNegative

AllowNegative is used to allow or disallow negative value in numeric type single line text box.

Default value is false.

  • True | False or
  • true | false or
  • TRUE | FALSE
MaxWholeNum MaxWholeNum is used to restrict the total number of characters for a whole number in a single line text box Possible value is a number.
MaxDec MaxDec is used to restrict the total number of characters for a decimal number in a single line text box. Possible value is a number.

This example allows zero value and negative value with maximum length of 10:

MFS@NumericProperties={"AllowZero":"true","AllowNegative":"true","MaxLength":"10"}