Customized Scrip Conditions?

Does anyone know of any information or documentation about the syntax
for creating custom scrip conditions?

Specifically, I want to have a custom scrip that only triggers when the
status changes to open. Unfortunately, I can’t seem to find any
documentation regarding the syntax for the “Create Custom Condition”.

Rebecca Kastl
Network Administrator
480-926-1887
Varsity Gold, Inc.

if ($self->TransactionObj->Type eq ‘Status’ && $self->TransactionObj->NewValue eq ‘open’) {
return 1;
}On Mon, Apr 19, 2004 at 12:13:07PM -0700, Kastl, Rebecca E. wrote:

Does anyone know of any information or documentation about the syntax
for creating custom scrip conditions?

Specifically, I want to have a custom scrip that only triggers when the
status changes to open. Unfortunately, I can’t seem to find any
documentation regarding the syntax for the “Create Custom Condition”.


Rebecca Kastl
Network Administrator
480-926-1887
Varsity Gold, Inc.


The rt-users Archives

RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer.
http://bestpractical.com/services/training.html

Sign up early, as class space is limited.