Skip to content

Commit 4383d1d

Browse files
authored
Updates from editor
1 parent 095f432 commit 4383d1d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

support/dynamics-365/customer-service/queues/queue-email-address-not-resolving-correctly.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
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
33
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.
44
author: Yerragovula
55
ms.author: srreddy
66
ms.reviewer: courtser
77
ai-usage: ai-assisted
8-
ms.date: 04/17/2025
8+
ms.date: 04/18/2025
99
ms.custom: sap:Queues, DFM
1010
---
1111
# 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
1818

1919
## Cause
2020

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.
2222

2323
## Resolution
2424

2525
To resolve this issue, follow these steps:
2626

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.
2828

2929
`https://contoso.api.crm.dynamics.com/api/data/v9.1/emailsearches?$filter=emailaddress eq '[email protected]'`
3030

@@ -37,7 +37,7 @@ To resolve this issue, follow these steps:
3737

3838
2. After updating the email addresses, verify the query results to ensure duplicates no longer appear.
3939

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.
4141

4242
3. Adjust Dynamics 365 system settings:
4343

@@ -46,4 +46,4 @@ To resolve this issue, follow these steps:
4646
3. Set the setting to **No** to ensure the system correctly resolves email addresses when there's only one matching record.
4747

4848
> [!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

Comments
 (0)