[rt-users] Get CustomField value when CF type is "Ticket Transaction"

Monti gmail monti.mail at gmail.com
Sat Nov 15 15:27:14 EST 2008


Hi Kevin, thanks for replying.
Yes I did try replacing " my $val =
$Ticket->FirstCustomFieldValue("$target_name");"
to  my $val = $Transaction->FirstCustomFieldValue("$target_name");

where:
 my $Transaction = $self->TransactionObj;
 my $Ticket = $self->TicketObj;

but still, the value is empty.

> Have you called FirstCustomFieldValue on a Transaction object (since
> this Custom
> Field applies to Transactions and not Tickets)?
>
> -kevin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20081115/e5aa4c40/attachment.htm>


More information about the rt-users mailing list