|
1 | | ---- |
2 | | -title: Queue Email Address Is Unresolved or Unrecognized in the To Field |
3 | | -description: Solves an issue where emails sent to a queue show the queue email address as unresolved or unrecognized in the To field in Microsoft Dynamics 365. |
4 | | -author: Yerragovula |
5 | | -ms.author: srreddy |
6 | | -ms.reviewer: courtser |
7 | | -ai-usage: ai-assisted |
8 | | -ms.date: 04/18/2025 |
9 | | -ms.custom: sap:Queues, DFM |
10 | | ---- |
11 | | -# Queue email address isn't resolved correctly in Dynamics 365 |
12 | | - |
13 | | -This article addresses an issue where emails sent to a queue show the queue email address as unresolved or unrecognized in the **To** field in Dynamics 365. |
14 | | - |
15 | | -## Symptoms |
16 | | - |
17 | | -When emails are sent to a [queue](/dynamics365/customer-service/administer/set-up-queues-manage-activities-cases) in Dynamics 365, the queue email address appears as unresolved or unrecognized in the **To** field within Dynamics 365. However, the system still processes the email and generates cases as expected. |
18 | | - |
19 | | -## Cause |
20 | | - |
21 | | -This issue occurs when multiple records within Dynamics 365 share the same email address. The system identifies multiple matches and might randomly resolve one of them. As a result, the email address appears as unresolved or unrecognized. |
22 | | - |
23 | | -## Resolution |
24 | | - |
25 | | -To resolve this issue, follow these steps: |
26 | | - |
27 | | -1. Use the following [Open Data Protocol (OData) query](/power-apps/developer/data-platform/webapi/query/overview) to find duplicate email addresses in the system. This query returns all records (queues, accounts, contacts, leads, or custom records) that share the same email address. |
28 | | - |
29 | | - `https://contoso.api.crm.dynamics.com/api/data/v9.1/emailsearches?$filter=emailaddress eq '[email protected]'` |
30 | | - |
31 | | - > [!NOTE] |
32 | | - > Replace the organization URL and email address in the query to fit your environment. |
33 | | -
|
34 | | -2. Remove or update duplicate email addresses: |
35 | | - |
36 | | - 1. Change the email addresses on duplicate records to ensure each email address is unique across all records. |
37 | | - |
38 | | - 2. After updating the email addresses, verify the query results to ensure duplicates no longer appear. |
39 | | - |
40 | | - If duplicates persist in the query results, there might be a delay in the email search table refresh. Currently, there's no method to force an immediate refresh of the email search table. |
41 | | - |
42 | | -3. Adjust Dynamics 365 system settings: |
43 | | - |
44 | | - 1. Navigate to **Advanced Settings** > **Settings** > **Administration** > **Email** in Dynamics 365. |
45 | | - 2. Locate the **Set To, cc, bcc fields as unresolved values if multiple matches are found in Incoming Emails** setting. |
46 | | - 3. Set the setting to **No** to ensure the system correctly resolves email addresses when there's only one matching record. |
47 | | - |
48 | | - > [!IMPORTANT] |
49 | | - > If the setting is set to **Yes**, the system doesn;t resolve email addresses that have multiple matches. These email addresses appear marked in red, requiring you to manually resolve them to a specific record. |
| 1 | +--- |
| 2 | +title: Queue Email Address Is Unresolved or Unrecognized in the To Field |
| 3 | +description: Solves an issue where emails sent to a queue show the queue email address as unresolved or unrecognized in the To field in Microsoft Dynamics 365. |
| 4 | +author: Yerragovula |
| 5 | +ms.author: srreddy |
| 6 | +ms.reviewer: courtser |
| 7 | +ai-usage: ai-assisted |
| 8 | +ms.date: 04/21/2025 |
| 9 | +ms.custom: sap:Queues, DFM |
| 10 | +--- |
| 11 | +# Queue email address isn't resolved correctly in Dynamics 365 |
| 12 | + |
| 13 | +This article addresses an issue where emails sent to a queue show the queue email address as unresolved or unrecognized in the **To** field in Dynamics 365. |
| 14 | + |
| 15 | +## Symptoms |
| 16 | + |
| 17 | +When emails are sent to a [queue](/dynamics365/customer-service/administer/set-up-queues-manage-activities-cases) in Dynamics 365, the queue email address appears as unresolved or unrecognized in the **To** field within Dynamics 365. However, the system still processes the email and generates cases as expected. |
| 18 | + |
| 19 | +## Cause |
| 20 | + |
| 21 | +This issue occurs when multiple records within Dynamics 365 share the same email address. The system identifies multiple matches and might randomly resolve one of them. As a result, the email address appears as unresolved or unrecognized. |
| 22 | + |
| 23 | +## Resolution |
| 24 | + |
| 25 | +To resolve this issue, follow these steps: |
| 26 | + |
| 27 | +1. Use the following [Open Data Protocol (OData) query](/power-apps/developer/data-platform/webapi/query/overview) to find duplicate email addresses in the system. This query returns all records (queues, accounts, contacts, leads, or custom records) that share the same email address. |
| 28 | + |
| 29 | + `https://contoso.api.crm.dynamics.com/api/data/v9.1/emailsearches?$filter=emailaddress eq '[email protected]'` |
| 30 | + |
| 31 | + > [!NOTE] |
| 32 | + > Replace the organization URL and email address in the query to fit your environment. |
| 33 | +
|
| 34 | +2. Remove or update duplicate email addresses: |
| 35 | + |
| 36 | + 1. Change the email addresses on duplicate records to ensure each email address is unique across all records. |
| 37 | + |
| 38 | + 2. After updating the email addresses, verify the query results to ensure duplicates no longer appear. |
| 39 | + |
| 40 | + If duplicates persist in the query results, there might be a delay in the email search table refresh. Currently, there's no method to force an immediate refresh of the email search table. |
| 41 | + |
| 42 | +3. Adjust Dynamics 365 system settings: |
| 43 | + |
| 44 | + 1. Navigate to **Advanced Settings** > **Settings** > **Administration** > **Email** in Dynamics 365. |
| 45 | + 2. Locate the **Set To, cc, bcc fields as unresolved values if multiple matches are found in Incoming Emails** setting. |
| 46 | + 3. Set the setting to **No** to ensure the system correctly resolves email addresses when there's only one matching record. |
| 47 | + |
| 48 | + > [!IMPORTANT] |
| 49 | + > If the setting is set to **Yes**, the system doesn;t resolve email addresses that have multiple matches. These email addresses appear marked in red, requiring you to manually resolve them to a specific record. |
0 commit comments