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");
}
Argomenti: Quando una modifica ad un record influenza solo i campi esclusi, il package registra ancora il nome utente, l'ora della modifica e le informazioni di stato per il record.