$Owner->Name was what I was looking for. I'll have to post my scrip so 
other people can figure out what is going on.

John Arends wrote:
> Vivek:
> 
> Looking at log output made me realize that $Owner does not contain the 
> name of the owner. Where is the actual owner name stored as a string? I 
> want to compare that string to Nobody. This seems like it should be 
> fairly simple but I don't understand enough about how RT works 
> internally to figure that out.
> 
> my $admincclist = $self->TicketObj->AdminCc;
> 
>   my $Owner = $self->TicketObj->OwnerObj;
> 
> if ( $Owner->Id ne "Nobody"){
>   $admincclist->AddMember($Owner->Id);
> }
> 
> 
> 
>
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to