UpdateListField method

This method updates the definition of a list field.

UpdateListField ( FieldName , Required , List , Value )
Argument Description
FieldName The name of the field to update.
Required A Boolean value indicating whether the field requires a value.
List A semicolon separated list of list choices.  To support a choice where the Label and Value are different, use Label=Value syntax for each semicolon separated entry.
Value The default value of the field.

Remarks

The field must exist on the form definition.