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. 
  | 
					
| 
							 AllowNegative  | 
						
							 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 length of 10:
MFS@NumericProperties={"AllowZero":"true","AllowNegative":"true","MaxLength":"10"}