- Edited
I would like to add a column to the client's "My Tickets" table that is a sortable option just like the Ticket ID, Create Date, Status, and Subject columns. The field would come from the custom fields created by admin. This mod was pretty straight forward in v 1.7 but now that there are dynamic custom fields, I am having trouble tracking down all the files and how to query the database for the fields. The table is displayed form includes/client/tickets.inc.php. I am not even certain how to match the values of the 'form_entry_values' table to the correct ticket. Any help would be appreciated.