Do you want the custom field value on a specific ticket?

my $st = $ticket->FirstCustomFieldValue("Show Tag");

Do you want the CustomField object for a specific field name on a specific
queue?

my $cf = $QueueObj->CustomField("Show Tag");




On Mon, Apr 1, 2013 at 11:45 AM, Raymond Corbett <
raymond.corb...@arcproductions.com> wrote:

>  This line is working fine:****
>
> ** **
>
>     my $CFs = $QueueObj->TicketCustomFields();****
>
> ** **
>
> I am assuming it is pulling all Ticket Custom Fields****
>
> ** **
>
> What if only want to pull the Custom Field with the name of ‘Show Tag’****
>
> ** **
>
> ** **
>



-- 
http://www.linkedin.com/in/paultomblin
http://careers.stackoverflow.com/ptomblin

Reply via email to