You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/dynamics-365/customer-service/queues/queue-email-address-not-resolving-correctly.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
---
2
-
title: Queue Email Address is Unresolved or Unrecognized In the To Field
2
+
title: Queue Email Address Is Unresolved or Unrecognized in the To Field
3
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
4
author: Yerragovula
5
5
ms.author: srreddy
6
6
ms.reviewer: courtser
7
7
ai-usage: ai-assisted
8
-
ms.date: 04/17/2025
8
+
ms.date: 04/18/2025
9
9
ms.custom: sap:Queues, DFM
10
10
---
11
11
# Queue email address isn't resolved correctly in Dynamics 365
@@ -18,13 +18,13 @@ When emails are sent to a [queue](/dynamics365/customer-service/administer/set-u
18
18
19
19
## Cause
20
20
21
-
This issue occurs when multiple records within Dynamics 365 share the same email address. The system identifies multiple matches and may randomly resolve one of them. As a result, the email address appears as unresolved or unrecognized.
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
22
23
23
## Resolution
24
24
25
25
To resolve this issue, follow these steps:
26
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 will return all records (queues, accounts, contacts, leads, or custom records) that share the same email address.
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.
@@ -37,7 +37,7 @@ To resolve this issue, follow these steps:
37
37
38
38
2. After updating the email addresses, verify the query results to ensure duplicates no longer appear.
39
39
40
-
If duplicates persist in the query results, there may be a delay in the email search table refresh. Currently, there's no method to force an immediate refresh of the email search table.
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
41
42
42
3. Adjust Dynamics 365 system settings:
43
43
@@ -46,4 +46,4 @@ To resolve this issue, follow these steps:
46
46
3. Set the setting to **No** to ensure the system correctly resolves email addresses when there's only one matching record.
47
47
48
48
> [!IMPORTANT]
49
-
> If the setting is set to **Yes**, the system won't resolve email addresses that have multiple matches. These email addresses will appear marked in red, requiring you to manually resolve them to a specific record.
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