Guys, I'm desperately looking for a solution. How can I ready a CF value of a transaction type CF?
On Sat, Nov 15, 2008 at 10:27 PM, Monti gmail <[email protected]> wrote: > 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 > _______________________________________________ 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
