true/false/0/1
When Required is set to true, the field is always required regardless of the state of the other fields. The default is false. The following example shows each case. Required is indicated as a shaded field in the web shell UI.
<common:FormFields> <common:FormField FieldID="FIELD1" Caption="Field 1" DataType="String" Required="true"/> <common:FormField FieldID="FIELD2" Caption="Field 2" DataType="String" Required="false"/> <common:FormField FieldID="FIELD3" Caption="Field 3" DataType="String"/> </common:FormFields>