Not Working: Set Due Date - Child Tickets

Hi All ,

I’m trying to set the Due date of child Ticket.But my scrips is giving no results.Please find below the Custom action clean up code used for the same:

my $duedate = RT::Date->new($RT::SystemUser);
my $hours_duetime = 24;
$duedate->Set(Format=>‘unix’, Value=>$hours_duetime);
$self->TicketObj->SetDue($duedate->ISO);
my $DepOnBy = $self->TicketObj->MemberOf;
$RT::Logger->debug(“BaseObj called”);
while (my $l = $DepOnBy->Next) {
$RT::Logger->debug(“BaseObj called”);
$l->BaseObj->SetDue($duedate->ISO);
}
return 1;

Any help?

Regards,
Tony

DISCLAIMER:

The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only.
It shall not attach any liability on the originator or HCL or its affiliates. Any views or opinions presented in
this email are solely those of the author and may not necessarily reflect the opinions of HCL or its affiliates.
Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of
this message without the prior written consent of the author of this e-mail is strictly prohibited. If you have
received this email in error please delete it and notify the sender immediately. Before opening any mail and
attachments please check them for viruses and defect.