Email, Queue, delete...what?
I have been busy with a challenge I got from a customer and today I was pleasantly suprised that one of the Program Managers replied to a similar question.
Updated: Paragraph 4 24 October 2006
The question that a lot of people have or had including myself is the following:
When an e-mail from a queue is accepted by an user it will move to the “in progress” folder. What should happen when we are done with that email, because there seems to be no way to get the e-mail out of the "in progress folder"? You could delete it, but this also deletes the e-mail from the customer activities history.
The explanation:
When an e-mail from a queue is assigned and is accepted by an user, it moves to the user’s “in progress” folder. The e-mail then stays there forever. This is because an e-mail is already a “closed” activity, that is, there is nothing that the user can do to the particular e-mail itself. Therefore, unlike other queue items (which are automatically removed from the “in progress” folder upon completion) e-mails are never removed from the “in progress” folder.
To remove the email only from the “in progress” folder, you need to select the email (without opening it) from the list of queue items - then delete it. This will only remove the pointer to the email activity itself, and the original email activity will remain in CRM. It will just not appear in the queue anymore.
If you want to delete the e-mail activity from CRM, then you need to open it from the list of e-mails in the queue (by double clicking it, for example) and then deleting it.
Comments
Anonymous
October 14, 2006
Please explain exactly what you mean by "you need to select the email from the list of queue items". I've tried this, but nothing happens. The email stays in the "in progress" queue.Anonymous
October 20, 2006
I think mennotk must have missed some words out of para 4. I think he means "you need to select the email from the list of queue items - then delete it"Anonymous
October 22, 2006
The comment has been removedAnonymous
October 23, 2006
To me, and many other CRM implementors, the main problem is the fact that you cannot delete an email from a queue without having access rights to delete the queue itself. (i.e. there is no role setting for deleting from a queue, as opposed to delete queue). This is a serious issue in a production environment. In fact, the more I read about CRM queues in the Google groups, the more I realise how little MS thought about how queues would be used in the real world. They seem to be a bit of an afterthought tbh.Anonymous
April 06, 2007
Is there any way to do this pro grammatically in a workflow assembly? I've tried using the Delete method of CrmSdk.CrmService, like so... service.Delete(EntityName.email.ToString(), ActivityId); //service is an instance of CrmSdk.CrmService //ActivityId was passed in to the assembly from the Workflow Manager rule. ...but this entirely deletes the email itself. I only want to remove the email from the queue. Any suggestions would be greatly appreciated.Anonymous
June 02, 2007
How-to: Change the status of a received email message to 'Completed'Anonymous
July 10, 2007
The comment has been removed