Skip to content

Commit dd63cc7

Browse files
authored
Merge pull request #8807 from MicrosoftDocs/main
Auto push to live 2025-04-25 18:06:56
2 parents 49cb064 + 1fb5132 commit dd63cc7

File tree

8 files changed

+263
-1
lines changed

8 files changed

+263
-1
lines changed

support/azure/azure-storage/files/file-sync/file-sync-troubleshoot-cloud-tiering.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ If content doesn't exist for the error code, follow the general troubleshooting
151151
| 0x8002802b | -2147319765 | TYPE_E_ELEMENTNOTFOUND | An unexpected error occurred. | No action required. This error should automatically resolve. If the error persists for several days, create a support request. |
152152
| 0x80072f00 | -2147012864 | WININET_E_FORCE_RETRY | A connection with the service could not be established. | No action required. This error should automatically resolve. If the error persists for several days, create a support request. |
153153
| 0x80C86093 | -2134351785 | ECS_E_STABLEVERSION_SVID_CHECK_<br/>FAILED | The file can't be tiered due to a known issue. | No action required. Ignore the error and it will no longer appear once a fix is released. |
154+
| 0x80c83099 | -2134364007 | ECS_E_PRIVATE_ENDPOINT_ACCESS_<br/>BLOCKED | Private endpoint configuration access blocked. | Check the private endpoint configuration and allow access to the Azure File Sync service. [Learn more](/azure/storage/file-sync/file-sync-firewall-and-proxy#test-network-connectivity-to-service-endpoints). |
154155
155156
## How to troubleshoot files that fail to be recalled
156157
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: Service Activity Not Visible and Missing Book Button
3+
description: Solves an issue where the Book button isn't available for service activities and service activities don't appear under Unscheduled Service Activities in Microsoft Dynamics 365 Customer Service.
4+
ms.reviewer: ghoshsoham
5+
author: Yerragovula
6+
ms.author: srreddy
7+
ai-usage: ai-assisted
8+
ms.date: 04/24/2025
9+
ms.custom: sap:Core Service Scheduling, DFM
10+
---
11+
# Book button isn't available for service activity and Unscheduled Service Activities doesn't show service activities
12+
13+
This article provides guidance on resolving the issue where the **Book** button isn't available for service activities, and service activities don't appear under the **Unscheduled Service Activities** view in the schedule board in Dynamics 365 Customer Service.
14+
15+
## Symptoms
16+
17+
You might encounter the following issues in Dynamics 365 Customer Service:
18+
19+
- The **Book** button is missing for [service activities](/dynamics365/customer-service/use/schedule-service-activity-csh).
20+
- Service activities aren't visible under the **Unscheduled Service Activities** view in the [schedule board](/dynamics365/customer-service/use/use-schedule-board-configure-service-activity).
21+
22+
## Cause
23+
24+
This issue might occur due to one of the following reasons:
25+
26+
- The entity isn't enabled in the **Resource Scheduling** settings.
27+
- Post-import code fails to execute properly for service scheduling upon import. This code is essential for scheduling and establishing relationships.
28+
29+
## Resolution
30+
31+
To resolve the issue:
32+
33+
1. Open the **Resource Scheduling** app in Dynamics 365.
34+
2. Select **Settings** in the navigation area.
35+
3. Select **Administration** from the site map.
36+
4. Select **Enable Resource Scheduling for Entities**.
37+
5. Verify if the relevant [entity](/dynamics365/customer-service/administer/scheduling.entities#understand-scheduling-entities) is enabled. If it isn't enabled, enable the entity and publish the changes.
38+
39+
The issue might persist because post-import code fails to execute properly. To solve this issue:
40+
41+
1. Check for available updates for the Dynamics 365 Service Scheduling solution.
42+
2. Apply the updates as per the instructions provided. For more information, see [Manage Dynamics 365 apps that run on Microsoft Dataverse](/power-platform/admin/manage-apps).
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
---
2+
title: Can't Install Customer Service Apps in Existing Environment
3+
description: Solves an issue where users can't install Dynamics 365 Customer Service applications in an existing Power Platform environment.
4+
ms.reviewer: ghoshsoham
5+
author: Yerragovula
6+
ms.author: srreddy
7+
ai-usage: ai-assisted
8+
ms.date: 04/24/2025
9+
ms.custom: sap:Core Service Scheduling, DFM
10+
---
11+
# Can't install Dynamics 365 Customer Service applications in an existing Power Platform environment
12+
13+
This article provides guidance for users who encounter issues when trying to install Dynamics 365 Customer Service applications, such as the Customer Service workspace and Customer Service admin center model-driven apps, in an existing Power Platform environment.
14+
15+
## Symptoms
16+
17+
Users can't install Dynamics 365 Customer Service applications in an existing Power Platform environment, such as the [Customer Service workspace](/dynamics365/customer-service/implement/csw-overview?tabs=customerserviceadmincenter) and the [Copilot Service admin center (previously known as Customer Service admin center)](/dynamics365/customer-service/implement/cs-admin-center) model-driven applications.
18+
19+
This issue occurs due to one or more of the following reasons:
20+
21+
## Cause 1: The environment is Dataverse-only
22+
23+
- The environment is created as a Dataverse-only environment without enabling Dynamics 365 apps.
24+
- Dynamics 365 applications, such as Customer Service workspace, require the environment to be created with the **Enable Dynamics 365 apps** option selected during the environment setup.
25+
- The **Enable Dynamics 365 apps** option allows the environment to host first-party applications such as Dynamics 365 Sales, Dynamics 365 Customer Service, and Dynamics 365 Marketing.
26+
27+
### Resolution
28+
29+
1. Navigate to the [Power Platform admin center](https://admin.powerplatform.microsoft.com/).
30+
31+
2. Select the environment where you are trying to install the applications.
32+
33+
3. Go to **Settings** > **Overview**, and verify whether the environment is listed as **Dataverse-only** or if Dynamics 365 apps are enabled.
34+
35+
4. If the **Enable Dynamics 365 apps** option isn't enabled, it means that the database is provisioned as **Dataverse-only** and you can't install Dynamics 365 apps in this environment.
36+
37+
5. In this case, follow these steps to create a new environment with Dynamics 365 apps enabled:
38+
39+
1. Navigate to the [Power Platform admin center](https://admin.powerplatform.microsoft.com/).
40+
2. Select **+ New environment**.
41+
3. Provide a name and select a region for the new environment.
42+
4. Under **Type**, select **Production** or **Sandbox** as required.
43+
5. Enable Dataverse by selecting the appropriate box.
44+
6. Enable Dynamics 365 apps by selecting the **Enable Dynamics 365 apps** checkbox.
45+
7. Select **Save** and wait for the provisioning process to complete.
46+
47+
Once the environment is successfully set up, the [Customer Service Hub](/dynamics365/customer-service/implement/customer-service-hub-user-guide-basics) and Copilot Service admin center applications are available in the app list for users with the appropriate licenses.
48+
49+
## Cause 2: Missing or incorrect licensing
50+
51+
Users trying to install or access Dynamics 365 applications must have the [appropriate license](https://www.microsoft.com/dynamics-365/products/customer-service/pricing) assigned.
52+
53+
### Resolution
54+
55+
1. Go to the [Microsoft 365 admin center](https://admin.microsoft.com/).
56+
2. Select **Users** > **Active users**.
57+
3. Locate and select the user who needs access to the Customer Service applications.
58+
59+
4. Select **Licenses and apps**, and ensure the user has one of the following licenses assigned:
60+
61+
- Customer Service Professional
62+
- Customer Service Enterprise
63+
- Customer Service Premium
64+
65+
5. Save the changes.
66+
67+
## More information
68+
69+
For more detailed guidance on creating and managing environments, see [Create and manage environments in the Power Platform admin center](/power-platform/admin/create-environment).
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: Agents Don't Receive Desktop Notifications for New Messages
3+
description: Solves an issue where agents don't receive desktop notifications for new session messages when the browser isn't active in Microsoft Dynamics 365 Contact Center and Dynamics 365 Customer Service.
4+
author: Yerragovula
5+
ms.author: srreddy
6+
ms.reviewer: courtser
7+
ai-usage: ai-assisted
8+
ms.date: 04/24/2025
9+
ms.custom: sap:Live chat Widget (LCW), DFM
10+
---
11+
# Agents don't receive desktop notifications for new session messages when the browser isn't active
12+
13+
This article addresses an issue where agents don't receive notifications for newly assigned session messages when their browser page isn't actively viewed in Dynamics 365 Contact Center and Dynamics 365 Customer Service.
14+
15+
## Symptoms
16+
17+
Agents don't receive [notifications](/dynamics365/customer-service/administer/notification-templates#desktop-notifications) for new session messages when the browser is running in the background.
18+
19+
## Cause
20+
21+
This is the expected behavior when the system is configured to use default notification templates, which don't support desktop notifications when the application isn't actively in use.
22+
23+
## Resolution
24+
25+
To enable desktop notifications for agents when the browser isn't active, follow these steps:
26+
27+
1. Create a new notification template:
28+
29+
- Navigate to the [notification settings](/dynamics365/customer-service/administer/notification-templates#create-a-notification-template) in the Dynamics 365 environment.
30+
- Create a notification template named "When app is in the background."
31+
- Enable the **Show Desktop Notification** setting for this template.
32+
33+
For more information, see [Use notifications in Dynamics 365 Customer Service](/dynamics365/customer-service/use/oc-notifications).
34+
35+
2. Associate the newly created notification template with the appropriate workstream:
36+
37+
- Identify the workstream(s) that require the new notification template.
38+
- Associate the "When app is in the background" notification template with the relevant workstream(s).
39+
40+
For step-by-step guidance, see [Associate notification templates with workstreams](/dynamics365/customer-service/administer/associate-templates).
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
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/24/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 in Dynamics 365 where emails sent to a queue show the queue email address as unresolved or unrecognized in the **To** field.
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. 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@example.com'`
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, re-run the query and verify that duplicates no longer appear in the query result.
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+
46+
2. Locate the **Set To, cc, bcc fields as unresolved values if multiple matches are found in Incoming Emails** setting.
47+
48+
3. Set the setting to **No** to ensure the system correctly resolves email addresses when there's only one matching record.
49+
50+
> [!IMPORTANT]
51+
> 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.

support/dynamics-365/customer-service/toc.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@
2626
items:
2727
- name: Troubleshoot issues using Solution Health Hub
2828
href: customer-service-insights/troubleshoot-cs-oc-solution-health.md
29+
- name: Core Service Scheduling
30+
items:
31+
- name: Service activity not visible and missing the Book button
32+
href: core-service-scheduling/book-button-not-available-for-service-activity.md
33+
- name: Customer Service Admin Center (CSAC)
34+
items:
35+
- name: Can't install applications in an existing environment
36+
href: customer-service-admin-center/cant-install-dynamics-365-customer-service-apps-in-existing-environment.md
2937
- name: Email
3038
items:
3139
- name: '"Case is missing customer" error'
@@ -59,7 +67,9 @@
5967
- name: Queues
6068
items:
6169
- name: Personal view queue filters aren't working properly
62-
href: queues/queue-filter-error.md
70+
href: queues/queue-filter-error.md
71+
- name: Queue email address isn't resolved correctly
72+
href: queues/queue-email-address-not-resolving-correctly.md
6373
- name: Service Level Agreements (SLAs)
6474
items:
6575
- name: Import, export, or upgrade SLA
@@ -190,6 +200,8 @@
190200
href: omnichannel-for-customer-service/error-create-chat-widget-social-channel.md
191201
- name: Live Chat Widget (LCW)
192202
items:
203+
- name: Agents don't receive desktop notifications for new session messages
204+
href: omnichannel-for-customer-service/agents-dont-receive-desktop-notifications-for-new-messages.md
193205
- name: Chat widget icon doesn't load on portal
194206
href: omnichannel-for-customer-service/chat-widget-icon-does-not-load-portal.md
195207
- name: Chat widget doesn't load on the portal
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: String or Binary Data Would Be Truncated Error
3+
description: Solves an issue where you can't delete records from a custom table in Microsoft Dynamics 365 Customer Service.
4+
author: Yerragovula
5+
ms.author: srreddy
6+
ms.reviewer: courtser
7+
ai-usage: ai-assisted
8+
ms.date: 04/24/2025
9+
ms.custom: sap:Tables, Fields and Relationships, DFM
10+
---
11+
# "String or binary data would be truncated" error when deleting records from a custom table
12+
13+
This article provides guidance on resolving an error that occurs when you try to delete records from a custom table in Dynamics 365 Customer Service.
14+
15+
## Symptoms
16+
17+
When you try to delete records from a [custom table](/power-apps/maker/data-platform/create-custom-entity), you receive the following error message:
18+
19+
> String or binary data would be truncated.
20+
21+
The error message usually specifies the table and [column](/power-apps/maker/data-platform/types-of-fields) that cause the truncation error.
22+
23+
## Cause
24+
25+
The issue occurs because the data in one or more columns exceeds the maximum allowed character limit for those columns. Specifically, the data length in the affected column(s) is larger than the defined maximum character count.
26+
27+
## Resolution
28+
29+
To resolve this issue, follow these steps:
30+
31+
1. [Select your environment in Power Apps](/power-apps/maker/canvas-apps/sign-in-to-power-apps#choose-an-environment).
32+
2. In the left navigation, select **Tables**, and then select the table where the error occurs.
33+
3. Select **Columns**, and locate the problematic column.
34+
4. Expand **Advanced options** for the selected column.
35+
36+
> [!TIP]
37+
> You can also find the **Advanced options** in the [table designer](/power-apps/maker/data-platform/create-edit-entities-portal?tabs=excel#table-designer).
38+
39+
5. Increase the **Maximum character count** to accommodate the data length.
40+
6. Save and publish the changes.
41+
7. After updating the maximum character count, proceed to delete the records again.
42+
43+
If increasing the maximum character count doesn't solve the issue, you can try truncating the data in the column before deleting the records.

support/power-platform/dataverse/toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,10 @@
180180
items:
181181
- name: Dataverse plug-ins
182182
href: plug-in-execution/dataverse-plug-ins-errors.md
183+
- name: Tables, Fields and Relationships
184+
items:
185+
- name: '"String or binary data would be truncated" error'
186+
href: tables-fields-and-relationships/string-or-binary-data-would-be-truncated-error.md
183187
- name: User permissions
184188
items:
185189
- name: Clean up inherited access

0 commit comments

Comments
 (0)