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");
}
인수: 레코드 변경사항이 제외된 필드에만 영향을 주는 경우 패키지는 계속 사용자 이름, 변경 시간 및 레코드의 상태 정보를 기록합니다.