Need to know what I am doing wrong I cannot seem to figure out how to implement 
this code

my $ticket = $self->TicketObj;
my $txn = $self->TransactionObj;
my $type = $txn->Type;
my $field = $txn->Field;
my $NewStatus = "open";
my $oldvalue = $txn->Oldvalue;
my $newvalue = $txn->Newvalue;
$RT::Logger->debug("Open Ticket on Change Oldvalue  $oldvalue\n");
$RT::Logger->debug("Open Ticket on Change Newvalue  $newvalue \n");

I continue to get the following for new or old value.
Scrip 63 Commit failed: RT::Transaction::Oldvalue Unimplemented in 
RT::Action::UserDefined. ((eval 1728) line 6)

Thanks all for the help.

Thanks
Bryon Baker
Network Operations Manager
Copesan - Specialists in Pest Solutions
800-267-3726  *  262-783-6261 ext. 2296
[email protected]<mailto:[email protected]>
www.copesan.com<http://www.copesan.com/>
"Servicing North America with Local Care"

Reply via email to