FieldValidate Property

Version: Available or changed with runtime version 1.0.

Sets a value that specifies whether the values in the source field are validated by the OnValidate (Fields) trigger for the field.

Applies to

  • Xml Port Field Attribute
  • Xml Port Field Element

Property Value

Value Available or changed with Description
Yes runtime version 1.0 If the fields are validated.
No runtime version 1.0 If the fields are not validated
Undefined runtime version 1.0 The default value.

Syntax

FieldValidate = false;

Remarks

This property only applies to fields and works in combination with the DefaultFieldsValidation Property XMLport property.

The DefaultFieldsValidation property sets the value for the FieldValidate XMLport field property. Therefore, if you change the setting of the DefaultFieldsValidation property, the change is implemented for all fields. However, if the FieldValidate property of a field is set to true or false, no change will be made to this field.

If you change the value of the FieldValidate property, the change does not affect the value of the DefaultFieldsValidation property. This means that FieldValidate can override DefaultFieldsValidation, but that it can also inherit the default value of DefaultFieldsValidation.

See Also

DefaultFieldsValidation Property
OnValidate (Fields) Trigger