Numeric column parameters

Set this parameter to control how the system processes specific values entered in numeric columns configured as Single Line Text Boxes.

JSON Identifier: CLM@NumericProperties

Parameter Description Possible values
AllowZero The AllowZero parameter is used to specify whether the value 0 is permitted as input or not.
  • True | False or
  • true | false or
  • TRUE | FALSE
AllowNegative The AllowNegative parameter is used to define whether negative values are allowed as an input or not.
  • True | False or
  • true | false or
  • TRUE | FALSE

This example allows zero value and negative value:

CLM@NumericProperties={"AllowZero":"true","AllowNegative":"true"}