# SearchClaimsBySystemFieldDate - Advanced Documentation ## Overview Searches claims by matching a caller-selected system date field to a full-day date range. ## Parameters - **FieldDisplayName** - display name of the system date field to search (see valid values below) - **DateFilter** - date value; converted to date-only and matched via BETWEEN query covering the entire day (midnight to 23:59:59.997) ## Valid FieldDisplayName Values | Field Display Name | What It Searches | |-------------------|-----------------| | Created Date | When the claim was created | | Incident Date | Date of the incident | | Closed Date | When the claim was closed | | Contract Date | Contract date | | MMI | Maximum Medical Improvement date | | Statute Of Limitations | Statute of limitations date | | Call Date | Date of initial call | **Note:** The old description also listed "Estimated Value" as a valid date field. Valid fields are resolved by the stored procedure `spSearchClaimsBySystemField` and may vary by company configuration. ## Return Structure Returns top 50 matching `ClaimInfoBasic` objects ordered by claim name. ## Security Results are filtered by the caller's claim security access. User must be logged in and have a company selected.