[rt-users] Displaying custom field with Ticket API

Ruslan Zakirov ruz at bestpractical.com
Sat Oct 22 07:05:12 EDT 2011


Use FirstCustomFieldValue method.

Regards, Ruslan. From phone.
22.10.2011 0:54 пользователь "Srikumar Nair" <srikumarp at fb.com> написал:

>  We have a Global custom field called Search_Criteria in Ticket object.
> I am using the following code snippet to display this Search_Criteria in
> the tickets.
>
>  Apparently the print line is not correct; but after searching the mailing
> lists and the wiki I cannot find the correct way to do this.
> What is the correct way here?
>
>  my $ticketSql = "Requestor.Name = '$requestor'";
>
>  my $tickets4Requestor = RT::Tickets->new(RT->SystemUser);
> $tickets4Requestor->FromSQL($ticketSql);
>
>  while (my $request = $tickets4Requestor->Next ) {
>    print $request->CF.{Search_Criteria} . "\n";   ### ======> problem line.
> }
>
>
>  Thanks
> Srikumar
>
>
> --------
> RT Training Sessions (http://bestpractical.com/services/training.html)
> *  Washington DC, USA — October 31 & November 1, 2011
> *  Barcelona, Spain — November 28 & 29, 2011
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20111022/578144a4/attachment.htm>


More information about the rt-users mailing list