Hello,

We use a RT scrip to check on close if a Custom filed is empty. If the Custom 
field  is empty, the script reopens the ticket.

Condition:  On Resolved

Custom action preparation code:
if( ! $self->TicketObj-> FirstCustomFieldValue( 'FieldName' ) ) {
$self->TicketObj->SetStatus('open');
}else{
$self->TicketObj->AddCustomFieldValue(
                    Field => 'FieldName',
                    Value => 'true');
}



Now we have a problem with the reminders: When I close a reminder the scrip 
reopen it.

Is there a way to prevent this?

Thank you,
Tobi

---------
RT 4.4 and RTIR training sessions, and a new workshop day! 
https://bestpractical.com/training
* Los Angeles - January 9-11 2017

Reply via email to