[rt-users] Custom Condition help
Roy El-Hames
rfh at pipex.net
Tue Nov 28 07:28:31 EST 2006
if ( $self->TransactionObj->Type eq "Create" or
(
$self->TransactionObj->Type eq "CustomField" &&
$self->TransactionObj->Field eq 122
)
) {
return 1;
}
return 0;
122 is the id of my custom field (note the ID and not the name).
Roy
joey wrote:
> Hey there,
>
> anyone has a working condition thats matche on a "CustomField-change" -
> so i fires, when changing / setting a CustomField to a value?
>
> Greets,
> joey
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
>
> Community help: http://wiki.bestpractical.com
> Commercial support: sales at bestpractical.com
>
>
> Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
> Buy a copy at http://rtbook.bestpractical.com
>
>
More information about the rt-users
mailing list