ValueChangedThisGroup

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.

Syntax

VBScript


fieldInfo.ValueChangedThisGroup 

Perl


$fieldInfo->ValueChangedThisGroup(); 
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 value was changed since the most recent invocation of BeginNewFieldUpdateGroup, otherwise False.