Users create Insurance Coverage Requests cases to authorize insurance payments. Users enter information that includes the name of the patient, the date of the procedure, and the type of procedure. After entering the information, users submit the request for a review of the patient's insurance policy. Because multiple users enter requests, duplicate requests can occur. A request is considered a duplicate if the patient name, procedure type, and procedure date match an existing request. You have been given two requirements:
*Ensure that users can identify duplicate requests.
*If a case is a duplicate, it is not written to the database. Otherwise, write the case to the database.
Which two options configure the application so that users can identify duplicate requests? (Choose Two)