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");
}
自变量:针对记录的更改只会影响已排除的字段,程序包仍会记录用户名、更改的时间以及该记录的状态信息。