To List, I'm trying to get the old value of the ticket status so I can re-set it. So far, I have this: my $trans = $self->TransactionObj; my $oldvalue = $trans->Field('Status'); $oldvalue->Load($trans->OldValue ); and it's not working. Can anyone help? Thanks. Kenn LBNL