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 is used to allow or disallow zero quantity in numeric type single line text box.  | 
            
              Default value is false. 
  | 
           
| 
              
  | 
            
              AllowNegative is used to allow or disallow negative value in numeric type single line text box.  | 
            
              Default value is false. 
  | 
           
This example allows zero value and negative value with maximum whole number is 8, and a maximum decimal place of 2:
MFS@NumericProperties={"AllowZero":"true","AllowNegative":"true","MaxWholeNum":"8","MaxDec":"2"}