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

Applies To

XMLports

Property Value

Yes if the fields are validated; otherwise, No. The default value is Undefined.

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 Yes or No, 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