The workflow is like this:
- I receive a scan of a coupon with data (firstname, lastname, zip, city + misc information) on it.
- Before I create a new customer, I have to search the database if the customer might exist already.
Now my question: What's the best way to find an existing customer, when there is no unique ID available?
PS: I do have a unique ID in the database, just not on the coupons we receive ;)