RE: Duplicate Detection Notification
1. I ended up using Kings Way Soft CRM source component with the source entity of "duplicaterule." (DuplicateRule is not exposed in OOB CRM Advanced Find or Workflow) 2. I created a new entity called Duplicate Detection Notification with three new fields: Name, description, and statuscode. 3. Then I used a workflow to check the status code field on the new entity. If that changes from anything other than a 2, I get an email. In a final optional step, I just delete the records created for that day after the workflow check. I have this scheduled to run once a day.