Description
Returns
True if the field's value was modified by the most recent group of SetFieldValue
calls.
This mechanism detects BeginNewFieldUpdateGroup
and SetFieldValue calls only for the Entity object to which this field belongs.
You can use the ValueChangedThisSetValue method
if you only care about the most recent SetFieldValue call.
Syntaxe
VBScript
fieldInfo.ValueChangedThisGroup
Perl
$fieldInfo->ValueChangedThisGroup();
- Identificateur
- Description
- fieldInfo
- A FieldInfo object, which contains information about one field
of a user data record.
- Valeur de retour
- A Boolean that is True if the field's value was changed since
the most recent invocation of BeginNewFieldUpdateGroup, otherwise False.