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");
}
引数:
レコードへの変更が、除外されるフィールドにのみ影響する場合でも、パッケージは、そのレコードについて、ユーザー名、変更時刻、状態の情報を記録します。