sub atCust_ExcludeField {
my ($session, $entity, $fieldName) = @_;
# Return 1 for the Description field (excluding it from the audit
# trail history). Return 0 for any other field.
return ($fieldName eq "Description");
}
Arguments: When a change to a record affects only excluded fields, the package still records the user name, the time of the change, and the state information for the record.