ValidityChangedThisSetValue

Description

Returns True if the field's validity was changed by the most recent SetFieldValue call.

This method tells you whether the validity of the field changed. (In some cases, the validity can change even if this field's value did not. For example, its validity might be dependent upon another field's value.)

This mechanism detects SetFieldValue calls only for the Entity object to which this field belongs. It ignores SetFieldValue calls that apply to other Entity objects.

Syntax

VBScript


fieldInfo.ValidityChangedThisSetValue 

Perl


$fieldInfo->ValidityChangedThisSetValue(); 
Identifier
Description
fieldInfo
A FieldInfo object, which contains information about one field of a user data record.
Return value
A Boolean that is True if the field's validity was changed by the most recent call to SetFieldValue, otherwise False.