Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Specify a maximum value for a number or integer column. Will show an alert if the number is higher than the maxValue

Class

column

Property

col.xyz.maxValue

Formal specification

col.xyz.maxValue = number value

Required

no

Default


Version

1.0

Comment


Example

col.weight=Weight of order 
col.weight.type=integer 
col.weight.maxValue = 77

Reference

col.xyz.type = number 
col.xyz.type = integer 
col.xyz.minValue 
col.xyz.summary

  • No labels