Skip to content

Commit c83d137

Browse files
authored
Merge pull request #8707 from MicrosoftDocs/main
Auto push to live 2025-04-14 18:07:49
2 parents cff4943 + f6939be commit c83d137

11 files changed

+389
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Manage Stale Branches
2+
3+
permissions:
4+
contents: write
5+
6+
on:
7+
workflow_dispatch:
8+
9+
10+
jobs:
11+
12+
stale-branch:
13+
if: github.repository_owner == 'MicrosoftDocs'
14+
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-StaleBranch.yml@workflows-prod
15+
with:
16+
PayloadJson: ${{ toJSON(github) }}
17+
RepoBranchSkipList: '[
18+
"automation"
19+
]'
20+
ReportOnly: true
21+
secrets:
22+
AccessToken: ${{ secrets.GITHUB_TOKEN }}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Validate branch names
2+
3+
on:
4+
create
5+
6+
jobs:
7+
on-branch-create:
8+
if: startsWith(github.ref, 'refs/heads/')
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Validate name
12+
run: |
13+
INVALID_CHARS='[<>:"/\\|?*]'
14+
if [[ "${{ github.ref_name }}" =~ $INVALID_CHARS ]]; then
15+
echo "Error: Branch name '${{ github.ref_name }}' created by ${{ github.actor }} contains invalid characters."
16+
exit 1
17+
else
18+
echo "Branch name '${{ github.ref_name }}' is valid."
19+
fi

support/dynamics-365/customer-service/cases-or-incidents/add-or-manage-bots-issues.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
title: Copilot Studio Bots Affect Workstreams And Agent Transfers
3+
description: Helps resolve issues related to bot management and prevent disruptions in chat queues and agent transfers 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/14/2025
9+
ms.custom: sap:Cases or Incidents, DFM
10+
---
11+
# Workstreams and agents are affected by changes made to other Copilot Studio bots
12+
13+
This article addresses issues encountered when adding or managing Copilot Studio bots in Dynamics 365 Customer Service that impact workstreams and agent transfers.
14+
15+
## Symptoms
16+
17+
You might encounter the following issues when working with [Copilot Studio bots](/dynamics365/customer-service/administer/configure-bot-virtual-agent) in Dynamics 365 Customer Service:
18+
19+
- Adding a new bot to a workstream inadvertently updates or replaces bots or agents in other existing chat or messaging workstreams.
20+
- Bots don't work correctly, causing chat queues to fail.
21+
- Certain bot versions can't be retrieved in the Customer Service admin center.
22+
23+
## Cause
24+
25+
The issue can occur when the `iscustomizable` flag is enabled for the bot skill. When this flag is enabled, any changes made to one bot or workstream could inadvertently affect other bots or workstreams.
26+
27+
## Resolution
28+
29+
To prevent a bot from affecting other workstreams, follow these steps to disable the `iscustomizable` flag for the bot skill:
30+
31+
1. Navigate to **Settings** > **Solutions** in Dynamics 365 Customer Service, and locate the solution that contains the bot and skills.
32+
33+
2. Verify that the `iscustomizable` flag isn't enabled for the skill in question.
34+
35+
For more information, see [Use managed properties](/power-platform/alm/use-managed-properties).
36+
37+
If the issue persists, you can manually edit the XML file of the solution to disable the `iscustomizable` flag:
38+
39+
1. Export the solution containing the bot and skills.
40+
2. Open the solution file in a text editor.
41+
3. Locate the `iscustomizable` flag for the relevant skill.
42+
4. Set the `iscustomizable` flag to **false**.
43+
5. Save the changes to the XML file.
44+
6. Import the modified solution back into Dynamics 365.
45+
46+
By setting the `iscustomizable` flag to **false**, the skill becomes non-editable, ensuring that changes to one bot or workstream don't unintentionally impact others.
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
title: Dismiss All Doesn't Work in Notifications
3+
description: Helps resolve an issue where notifications are cleared temporarily but reappear after a short time in Microsoft Dynamics 365 Customer Service.
4+
ms.reviewer: srreddy
5+
author: Yerragovula
6+
ms.author: srreddy
7+
ai-usage: ai-assisted
8+
ms.date: 04/14/2025
9+
ms.custom: sap:Cases or Incidents, DFM
10+
---
11+
# The Dismiss All button doesn't work in the notifications in Dynamics 365 Customer Service
12+
13+
This article addresses an issue with the **Dismiss All** button in the notifications area of Dynamics 365 Customer Service.
14+
15+
## Symptoms
16+
17+
When you select the **Dismiss All** button in the notifications area of Dynamics 365 Customer Service, notifications are temporarily cleared from the interface. However, the notifications reappear after a short period, typically within less than a minute.
18+
19+
## Cause
20+
21+
This issue can occur due to insufficient user privileges on specific entities related to the notification system. Non-system administrators might lack the necessary permissions on the following entities:
22+
23+
- Model-driven app user setting
24+
- Setting definition
25+
26+
> [!IMPORTANT]
27+
>
28+
> - The **Dismiss All** action doesn't delete notifications but prevents fetching notifications created before the action. Notifications will still be automatically deleted by the system as they near their expiry dates.
29+
> - If immediate deletion of notifications is required, users should use the **Delete** action on individual notification cards instead of using the **Dismiss All** functionality.
30+
31+
## Resolution
32+
33+
To resolve this issue, ensure that the affected user has the necessary privileges on the involved entities. Follow these steps to update permissions:
34+
35+
1. Assign the following privileges on the "model-driven app user setting" entity:
36+
37+
- Create
38+
- Read
39+
- Write
40+
- Append
41+
42+
2. Assign the following privileges on the "setting definition" entity:
43+
44+
- Read
45+
- AppendTo
46+
47+
3. Verify that the updated privileges are applied to the user's security role.
48+
4. Test the **Dismiss All** button to confirm that notifications no longer reappear after being dismissed.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Chatbot Workstream Fails To Detect User's Location
3+
description: Helps resolve an issue where the chatbot workstream fails to detect the user's location even after proper configuration in Microsoft Dynamics 365 Customer Service.
4+
ms.reviewer: courtser
5+
author: Yerragovula
6+
ms.author: srreddy
7+
ai-usage: ai-assisted
8+
ms.date: 04/10/2025
9+
ms.custom: sap:Cases or Incidents, DFM
10+
---
11+
# Chatbot workstream fails to detect user's location
12+
13+
This article addresses an issue where the chatbot workstream fails to detect the user's location, even after proper configuration in Dynamics 365 Customer Service.
14+
15+
## Symptoms
16+
17+
After you [set up visitor location detection](/dynamics365/customer-service/administer/geo-location-provider) in a chatbot workstream within Dynamics 365 Customer Service, the user's location details aren't being captured or displayed to the agent.
18+
19+
## Cause
20+
21+
This issue can occur if the Bing Map API key used for location detection was created in a different tenant than the one used by the Dynamics 365 Customer Service application. As a result, the chatbot fails to detect the user's location.
22+
23+
## Resolution
24+
25+
To resolve this issue, ensure that the Bing Map API key is created and configured in the same tenant as the Dynamics 365 Customer Service application. For more information, see [Getting a Bing Maps Key](/bingmaps/getting-started/bing-maps-dev-center-help/getting-a-bing-maps-key).
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
title: You Don't Have Access To The Data Used For Case Summaries Error
3+
description: Resolves the issues related to the Copilot case summary feature 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/14/2025
9+
ms.custom: sap:Cases or Incidents, DFM
10+
---
11+
# "It looks like you don't have access to the data that's used for case summaries" error
12+
13+
This article provides a resolution for the issues related to the Copilot case summary feature in Microsoft Dynamics 365 Customer Service.
14+
15+
## Symptoms
16+
17+
When you try to use the [Copilot case summary](/dynamics365/contact-center/administer/copilot-enable-summary) feature, you might receive the following error message:
18+
19+
> It looks like you don't have access to the data that's used for case summaries.
20+
21+
Additionally, the feature fails to display properly for non-administrators who try to use a custom product table instead of the out-of-box (OOB) product table.
22+
23+
## Cause
24+
25+
Copilot case summaries rely on a relationship between the custom table and the OOB "case" table.
26+
27+
- Copilot uses data from tables related to the "case" table to generate summaries.
28+
- Custom tables that lack a relationship with the "case" table are ineligible for use in generating case summaries.
29+
30+
## Resolution
31+
32+
To resolve this issue, establish a relationship between your custom table and the OOB "case" table. Follow these steps:
33+
34+
1. In [Power Apps](https://make.powerapps.com/), navigate to the environment where your custom table resides.
35+
1. From the left navigation pane, select **Tables**.
36+
1. Select your custom table (for example, the custom product table.)
37+
1. Go to the **Relationships** tab.
38+
39+
1. Select **+ New relationship** and select the appropriate relationship type:
40+
- For a many-to-one relationship: Select **Lookup**.
41+
- For a one-to-many relationship: Select **One-to-Many**.
42+
- For a many-to-many relationship: Select **Many-to-Many** (if applicable).
43+
44+
1. In the **Related Table** dropdown, select **Case (incident)**.
45+
1. Select **Done** and then select **Save**.
46+
1. Publish the table to apply the changes.
47+
48+
1. Test the changes:
49+
- Navigate to the Copilot case summary feature in Dynamics 365.
50+
- Try to generate a case summary using the custom table.
51+
- Confirm that the summary displays correctly without any error.
52+
53+
Alternatively, if creating a relationship between the custom table and the OOB "case" table isn't feasible, you can resolve the issue by removing the product data reference from the case summaries configuration. Follow these steps:
54+
55+
1. Navigate to the **Copilot Configuration Settings** within Dynamics 365.
56+
2. Remove the product data reference from the case summaries configuration. For more information, see [Manage fields Copilot uses for case summaries](/dynamics365/customer-service/administer/copilot-map-custom-fields).
57+
3. Save the changes.
58+
4. Retest the feature to confirm that the error no longer appears and that the case summary displays correctly.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Email Preview Text Shows Error or Unintended Formatting
3+
description: Provides a resolution to ensure that the email preview text is displayed correctly and avoids showing unintended formatting details in Dynamics 365 Customer Service.
4+
author: Yerragovula
5+
ms.author: srreddy
6+
ms.reviewer: meghgupta
7+
ai-usage: ai-assisted
8+
ms.date: 04/14/2025
9+
ms.custom: sap:E-Mail, DFM
10+
---
11+
# Email preview text shows an error or unintended formatting when not configured
12+
13+
This article provides guidance for resolving issues where email preview text displays an error or unintended formatting in Dynamics 365 Customer Service.
14+
15+
## Symptoms
16+
17+
When you send an email in Dynamics 365 Customer Service, the email preview text might display an error or unintended formatting (for example, **{ 0 margins ..**) instead of a meaningful preview. This issue typically occurs when the email content is primarily an image and no explicit email preview text is set.
18+
19+
## Cause
20+
21+
If no explicit email preview text is configured, the system automatically uses the email's content as the preview text. When the email content is an image, the system extracts the formatting details of the image, resulting in unintended text being displayed in the email preview.
22+
23+
## Resolution
24+
25+
To prevent unintended formatting issues, add an email preview text to the email that contains an image as the primary content. The text will then be displayed in the email preview instead of the extracted formatting details.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: Email Template Context Loading Out of Order
3+
description: Solves an issue where the email template context doesn't appear in the correct order in Microsoft Dynamics 365 Customer Service.
4+
author: Yerragovula
5+
ms.author: srreddy
6+
ms.reviewer: meghgupta
7+
ai-usage: ai-assisted
8+
ms.date: 04/14/2025
9+
ms.custom: sap:E-Mail, DFM
10+
---
11+
# Email template context loads out of order in Dynamics 365 Customer Service
12+
13+
This article solves an issue where the email template context loads out of order, particularly impacting content with bullet points in Dynamics 365 Customer Service.
14+
15+
## Symptoms
16+
17+
You may encounter the following issues when using [email templates](/power-apps/user/email-template-create) in Dynamics 365 Customer Service:
18+
19+
- The email template content doesn't appear in the correct order.
20+
- Bullet points within the email template are particularly affected, with content being misaligned or rearranged.
21+
22+
## Cause
23+
24+
The issue occurs due to invisible characters embedded in the HTML code of the email template. These characters are often found around the bullet points and interfere with the proper rendering of the template context.
25+
26+
## Resolution
27+
28+
To troubleshoot this issue, follow these steps:
29+
30+
1. Create a new email template and gradually test sections of the original template content to identify the problematic portion.
31+
32+
2. Use an API to inspect and compare the HTML code of the email templates. Look for invisible characters in the HTML, particularly around the bullet point sections.
33+
34+
3. Remove spaces or unnecessary formatting between the lines in the affected template content.
35+
36+
If the issue persists, consider disabling the modern rich text editor experience by following the steps in [Revert from the modern rich text editor experience to the classic experience](/power-apps/maker/model-driven-apps/rich-text-editor-control#revert-from-the-modern-rich-text-editor-experience-to-the-classic-experience). This setting can also be disabled for the entire organization via the [Setting definition](/power-apps/maker/data-platform/create-edit-configure-settings). Disabling it organization-wide will override the setting for all users.
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: Issues with Email Templates and Formatting in Dynamics 365
3+
description: Solves incorrect formatting, missing columns, spacing issues, the arbitrary tracking code appended to the subject line, and emails being sent only to the first contact in Microsoft Dynamics 365 Customer Service.
4+
author: Yerragovula
5+
ms.author: srreddy
6+
ms.reviewer: meghgupta
7+
ai-usage: ai-assisted
8+
ms.date: 04/14/2025
9+
ms.custom: sap:E-Mail, DFM
10+
---
11+
# Issues with email templates and formatting in Dynamics 365 Customer Service
12+
13+
This article addresses common issues encountered with email templates and formatting when using the Enhanced Email form in Dynamics 365 Customer Service.
14+
15+
## Symptoms
16+
17+
When [emails are sent using Copilot](/dynamics365/sales/compose-send-email-copilot) with the **Enhanced Email** form, the emails received by end users have issues with their appearance. Specifically, there may be issues with spacing, incorrect formatting, or missing columns.
18+
19+
## Cause
20+
21+
The email formatting issue with Copilot and the Enhanced Email form occurs due to a known issue with the [modern text editor](/power-apps/maker/model-driven-apps/rich-text-editor-control) being enabled.
22+
23+
## Resolution
24+
25+
Follow these steps to address the formatting issues caused by the Enhanced Email form:
26+
27+
1. Navigate to [Power Apps](https://make.powerapps.com).
28+
2. Select the relevant environment.
29+
3. Go to **Tables** > **Email** > **Forms**, and then select the **Enhanced Email** form.
30+
4. Locate the **Body** field and delete the existing text editor control component.
31+
5. Save and publish the changes.
32+
6. Ensure the **Enhanced Email Recipient control** component is enabled for the **From**, **To**, **CC**, and **BCC** fields. Map these fields appropriately.
33+
7. Set the **Static value** option **True** under the **Show email address** setting.
34+
35+
After removing the text editor control component from the **Body** field and enabling the **Enhanced Email Recipient control**, the email template rendering issues should no longer occur. For more information, see [Enable enhanced recipient control for email](/dynamics365/customer-service/administer/add-recipient-control).
36+
37+
## More information
38+
39+
- [Add the rich text editor control to a model-driven app](/power-apps/maker/model-driven-apps/rich-text-editor-control)
40+
- [Configure the enhanced email template editor page](/power-apps/user/cs-email-template-builder)
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
title: Lost Formatting When Copying Word Template Content To Email Message
3+
description: Solves an issue where formatting isn't retained when copying and pasting content from a Word template into an email message in Microsoft Dynamics 365 apps.
4+
author: Yerragovula
5+
ms.author: srreddy
6+
ms.reviewer: meghgupta
7+
ai-usage: ai-assisted
8+
ms.date: 04/14/2025
9+
ms.custom: sap:E-Mail, DFM
10+
---
11+
# Formatting is lost when copying Word template content to an email message
12+
13+
This article helps you isolate and work around formatting issues that may occur when content is pasted from a Word template into an email message in Dynamics 365 apps.
14+
15+
## Symptoms
16+
17+
When you copy and paste content from a Word template into an email message in Dynamics 365 apps, you might encounter the following issues:
18+
19+
- Hyperlinks are removed.
20+
- Images don't appear.
21+
- Text formatting is lost (for example, bold, italics, or font styles.)
22+
- The pasted content appears as plain text.
23+
24+
## Cause
25+
26+
The formatting issues might be caused by the Word desktop application or a system level issue, where content is copied in plain text format. As a result, formatting is lost when the content is pasted into Dynamics 365 applications.
27+
28+
## Resolution
29+
30+
To solve this issue,
31+
32+
1. Verify the issue isn't specific to Dynamics 365:
33+
34+
1. Copy the same content from the Word document.
35+
2. Paste the content into other applications, such as OneNote or Microsoft Teams chat.
36+
3. Check if the formatting is preserved.
37+
38+
If the formatting is also lost in these applications, the issue isn't specific to Dynamics 365 but is related to the Word desktop application or the system's copy-paste functionality.
39+
40+
2. Use the Word web application as a workaround
41+
42+
The Word web application can be used to retain formatting when copying and pasting content:
43+
44+
1. Open the same content in the Word web application.
45+
46+
2. Copy the content from the Word web application.
47+
3. Paste the content into the Dynamics 365 email message.
48+
4. Verify that the formatting, hyperlinks, and images are preserved.
49+
50+
3. If the issue persists and affects your workflow, contact Microsoft 365 support for further assistance.
51+
52+
## More information
53+
54+
[Use Word templates to create standardized documents](/power-platform/admin/using-word-templates-dynamics-365)

0 commit comments

Comments
 (0)