How do I turn off the Pending email warning?
In fact how do I turn off all pop-up reminders in CRM 2011 RU13?
To recreate.
- Create an email and save it (direction must be Outgoing) . Wait a few days (If you know how to
- trigger it earlier tell me). Check in IE that you get the pending
- email message. Open the CRM in chrome...note that it fails Go back to
- IE Activities -> emails -> pending emails and delete the emails there
- Open the CRM in Chrome and rejoice.
I guess my current workaround would be a workflow that finds emails like this:
Direction Equals 'Outgoing' AND (Status Reason Equals 'Pending Send;Sending' AND Activity Status Equals 'Completed' OR Status Reason Equals 'Failed' AND Activity Status Equals 'Open')
and kills them which is really bad.
EDIT:
Yes, it is the latest version of chrome.
TO BE CLEAR
I want to turn the popup reminders off in CRM. I have no control over the way people configure their browsers. I should, however, be able to configure CRM but, as seems so often the case, I can't.
Popups and Dialogs break the web. Just look at this site (stackoverflow), plenty of notifications and ways of collecting user input without a sniff of a popup message/dialog.
People turn popup blockers on because they represent a security risk. So this, IMHO, is an awful "Feature".
EDIT 2
And even if you needed to add popups, why would you make them blocking? I assume this is why chrome hangs.