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