Defining detail filter mapping
After you defined the detail filters, map the detail filters to each field in the Work Detail Field and Search Field that you want to search.
If you have defined a detail filter's lookup to point to a custom table, then map the filter field to the defined work detail UDF field in which you are storing the custom table's ID.
When configuring the timesheet detail filter, ensure that the query is returning the corresponding data. For example, when mapping TCODE_ID, ensure that the query returns relevant data, such as:
source='SELECT TCODE_ID, TCODE_NAME, TCODE_LOC_NAME FROM VL_TIME_CODE' sourceKeyField='TCODE_ID'
You can use the detail filter after you complete the detail filter configuration and mapping tasks. When a user includes detail data in their search, work details within the specified dates are shown.