GetValidationStatus

Description

Identifies whether the field's value is valid.

The value in the field can be valid, not valid, or its status can be unknown. If field validation has not yet been performed (for example, if this method is invoked inside a hook), this method returns NEEDS_VALIDATION, whether or not the field has a value.

Syntaxe

VBScript

fieldInfo.GetValidationStatus 

Perl

$fieldInfo->GetValidationStatus(); 
Identificateur
Description
fieldInfo
A FieldInfo object, which contains information about one field of a user data record.
Valeur renvoyée
A Long that identifies the validation status of this field. The value corresponds to one of the "FieldValidationStatus constants".

Feedback