On Tue, Mar 26, 2013 at 11:44 AM, Raymond Corbett <
[email protected]> wrote:
> Assuming I want to load a customfield, how would I identify it by name?
> For example the one I called “Dev Code”
If you want the value of a custom field in a ticket, the easiest way is
$ticket->FirstCustomFieldValue("Dev Code");
If you want to do something like write a query that takes into account the
value of a custom field, then you end up doing a join with
ObjectCustomFieldValues and CustomFields
--
http://www.linkedin.com/in/paultomblin
http://careers.stackoverflow.com/ptomblin