To all, I cannot get the following scrip to run: # # Check for "Nobody' before continuing - saves spam # return 0 unless $self->$TransactionObj->Field eq 'Owner'; return 0 unless $self->$TransactionObj->OldValue ne 'Nobody'; return 1; Any ideas? Kenn LBNL