Create Multiple Cases from an Email Sent to Multiple Mailboxes in Dynamics 365 CRM

Sending
User Review
0 (0 votes)

Create multiple cases from an email sent to multiple mailboxes in d365

We recently encountered a requirement where the client utilized multiple queues in CRM (such as service team queue, product team queue, tech team queue, etc.) with configured email addresses. When customers send emails to multiple queues in a single email (e.g., sending one email to Support and Product queues), the CRM’s email tracking system creates multiple new cases based on the ARC rules for each queue. Since only one case was set in the regarding field of the email, other cases ended up being not linked with that source email. This caused further issues when the team tried to investigate the case where the email was not linked.

To overcome this situation, in the recent Microsoft release, we found an effective OOB setting (which is explained below with the benefits of this setting/feature).

Please follow the below steps to configure this setting in the CRM.

  1. Go to https://make.powerapps.com/ and create a new Solution or open the existing solution.
  2. Click Add existingMoreSetting
    Create multiple cases from an email sent to multiple mailboxes within PowerApps
  3. Search “Email Multi Related for ARC” in the search box → select the “Email Multi Related for ARC” setting → click on NextAdd
    Create multiple cases from an email sent to multiple mailboxes within PowerApps
  4. After adding the setting to the solution, select the setting → click on Edit → scroll down the form → set the “Setting environment value” to YesSave.Create multiple cases from an email sent to multiple mailboxes within PowerApps
  5. Click on Publish all customizationsCreate multiple cases from an email sent to multiple mailboxes within PowerApps
  6. To check this go to https://make.powerapps.com/ and add the Related field on the Email form.Create multiple cases from an email sent to multiple mailboxes within PowerApps

Let’s see the features/benefits of this setting and how this setting is useful for the above-mentioned requirement/scenario.

  1. Before turning on the setting.
    • The customer has sent the email to the Product and Support queue and the mail is tracked in the CRM and the queues ARC rules triggered and created new cases but only one case gets set in the Regarding field of that mail.Create multiple cases from an email sent to multiple mailboxes within PowerApps
    • The mail shows in the Timeline section of that case which is set in the Regarding field of that mail.Create multiple cases from an email sent to multiple mailboxes within PowerApps
    • But that mail isn’t showing in the other case’s timeline section which is assigned to the Support queue/team.Create multiple cases from an email sent to multiple mailboxes within PowerApps So here the Support team does not have any update regarding the case as the timeline of this case is empty and it was hard for the Support team to solve or to respond this case.
  1. After turning on the setting.
    • The customer has sent the email to the Product and Support queue and the mail is tracked in the CRM and the queues ARC rules triggered and created the cases and all cases get set in the Related field of that mail. The Regarding field sets empty.
      Create multiple cases from an email sent to multiple mailboxes within PowerApps
    • Here that mail is showing in all cases (that are created by ARC rules) Timeline section.Create multiple cases from an email sent to multiple mailboxes within PowerApps Create multiple cases from an email sent to multiple mailboxes within PowerApps So here both teams can monitor the cases by seeing the related mail in the Timeline section and the requested team can solve the case.
    • Replies of the original email are linked to all related cases.
      Create multiple cases from an email sent to multiple mailboxes within PowerApps Create multiple cases from an email sent to multiple mailboxes within PowerApps
    • Also, a new case will be created for a customer who replies to an original email by adding a new queue whose mailbox is enabled or forwarding to the queue whose mailbox is enabled.

Conclusion:

So, using this we can see the email updates on all cases (that are related to the email) from the Timeline section and we can check, which cases are related to the email using the Related field.

The post Create Multiple Cases from an Email Sent to Multiple Mailboxes in Dynamics 365 CRM first appeared on Microsoft Dynamics 365 CRM Tips and Tricks.