[Rt-devel] Reports: Customfields

Jesse Vincent jesse at bestpractical.com
Fri Jan 28 07:21:10 EST 2005


>         <td><%  $ticket->CustomField.{'MyCustomfield'} %></td>

Assuming those are single value custom fields, I think what you want is:

<%$ticket->FirstCustomFieldValue('MyCustomField')%>

Best,
Jesse

-- 


More information about the Rt-devel mailing list