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");
}
引數:當記錄的變更只影響已排除的欄位時,套件仍會記錄使用者名稱、變更的時間和該記錄的狀態資訊。