UpdateNumberField method

This method updates the definition of a Number field.

UpdateNumberField ( FieldName , Min , Max , Required , Value )
Argument Description
FieldName The name of the field to update.
Min The minimum allowed value for the field.
Max The maximum allowed value for the field.
Required A Boolean value indicating whether the field requires a value.
Value The default value of the field.

Remarks

The field must exist on the form definition.