[rt-users] Perlcode in scrips

Jonas Lincoln lincoln at unit.liu.se
Wed Jun 11 07:25:57 EDT 2003


Im trying to write a template where I want the Requestors names and 
organization to be shown. I was fiddling along with this code:

{while (my $RequestorObj = $Ticket->Requestors->Next() ) {
{RequestorObj->RealName} , {RequestorObj->Organization}
}

, but it's obviously not correct. So... how to it?

Cheers,

Jonas




More information about the rt-users mailing list