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

MaxLength

MaxLength is used to override the maximum number of digits entered in the single line text box.

Possible value is a number.

The default value is the original maximum length as defined in the M3 Mobility Core Toolbox.

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

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