Does anyone know what actually provides the data for the data elements of Earliest Performance Date/Code/Time in Ticket Editor? I see that it lives in the Order category and the table is T_Perf, but what happens to find the earliest in the order?
Michele
Those elements are returned by code in TP_GET_HEADER_ELEMENTS -- around line 600 if you want to check it out.