> <td><% $ticket->CustomField.{'MyCustomfield'} %></td> Assuming those are single value custom fields, I think what you want is: <%$ticket->FirstCustomFieldValue('MyCustomField')%> Best, Jesse --