Skip to content

Commit d3e4b92

Browse files
authored
upload 4 "e-email" articles
1 parent 8dab691 commit d3e4b92

4 files changed

Lines changed: 176 additions & 0 deletions
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# rubik-generate-article-preview
2+
3+
# email preview text showing error when not configured
4+
5+
This article provides guidance on resolving an issue in Dynamics 365 Customer Service where email preview text displays an error or unintended formatting when not explicitly configured.
6+
7+
## Prerequisites
8+
9+
- Access to Dynamics 365 Customer Service with appropriate permissions to configure email settings.
10+
- Basic understanding of email templates and content setup in Dynamics 365.
11+
12+
## Symptoms
13+
14+
When users send emails in Dynamics 365 Customer Service, the email preview text may display an error or unintended formatting (e.g., "{ 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 has been set.
15+
16+
## Cause
17+
18+
This issue happens because the system automatically uses the email's content as the preview text if no explicit preview text is configured. When the email content is an image, the system extracts the formatting details of the image, which can result in unintended text being displayed in the email preview.
19+
20+
## Solution
21+
22+
To resolve this issue and prevent unintended formatting messages from appearing in the email preview text:
23+
24+
1. Navigate to the email template in Dynamics 365 Customer Service.
25+
2. Open the specific email template that contains an image as the primary content.
26+
3. Locate the **Email Preview Text** field (this field may also be referred to as "Snippet Text" in some versions of Dynamics 365).
27+
4. Enter a simple, meaningful text in the **Email Preview Text** field that represents the content of the email (e.g., "Check out our latest updates!" or "Special offer just for you").
28+
5. Save the changes to the email template.
29+
6. Test the email by sending it to ensure the preview text displays correctly.
30+
31+
By explicitly setting the **Email Preview Text**, you can avoid the system defaulting to the extracted formatting of the email content.
32+
33+
### Additional Tips
34+
35+
- Ensure that the preview text is concise and provides a clear summary of the email content to improve user engagement.
36+
- Review all email templates that use images as their primary content and verify that appropriate preview text is configured.
37+
38+
By following these steps, you can ensure that the email preview text in Dynamics 365 Customer Service is displayed correctly and avoids showing unintended formatting details.
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# rubik-generate-article-preview
2+
3+
# email template context loading out of order in Dynamics 365 Customer Service
4+
5+
This article addresses an issue in Microsoft Dynamics 365 Customer Service where the email template context loads out of order, particularly impacting content with bullet points. The article provides details on the symptoms, cause, and steps to resolve the problem.
6+
7+
## Symptoms
8+
9+
Users may encounter the following symptoms when using email templates in Dynamics 365 Customer Service:
10+
11+
- The email template content does not appear in the correct order.
12+
- Bullet points within the email template are particularly affected, with content being misaligned or rearranged.
13+
14+
## Cause
15+
16+
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.
17+
18+
## Solution 1: Identify and remove problematic characters
19+
20+
To resolve this issue, follow these steps:
21+
22+
1. **Create a new template**:
23+
24+
- Create a new email template and gradually test sections of the original template content to identify the problematic portion.
25+
2. **Inspect the HTML code**:
26+
27+
- Use an API to inspect and compare the HTML code of the email templates.
28+
- Look for invisible characters in the HTML, particularly around the bullet point sections.
29+
3. **Remove unwanted spaces**:
30+
31+
- Eliminate spaces or unnecessary formatting between the lines in the affected template content.
32+
- This step helps remove the invisible characters causing the issue.
33+
34+
## Solution 2: Disable modern TextEditor control experience
35+
36+
If the issue persists after following the steps above, consider disabling the modern TextEditor control experience for email descriptions:
37+
38+
1. **Navigate to the AppModule page**:
39+
40+
- Open Power Platform Designer at make.powerapps.com.
41+
2. **Access settings**:
42+
43+
- Click on the "Settings" option.
44+
3. **Disable TextEditor control**:
45+
46+
- Locate the "Enable a modern TextEditor control experience email descriptions" setting and disable it.
47+
4. **Apply organization-wide settings if necessary**:
48+
49+
- This setting can be disabled for the entire organization via the Settings Definition. Disabling it organization-wide will override the setting for all users.
50+
51+
By following these steps, you should be able to resolve the issue with email template context loading out of order in Dynamics 365 Customer Service. If the problem persists, consider reaching out to Microsoft Support for further assistance.
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# issues with email templates and formatting in Dynamics 365
2+
3+
This article addresses common issues encountered with email templates and formatting in Dynamics 365 Customer Service and Sales, including problems with the Enhanced Email form and email tracking tokens. The article provides detailed steps to resolve these issues.
4+
5+
## Symptoms
6+
7+
Users may experience the following issues with email templates and formatting in Dynamics 365:
8+
1. Emails sent using Copilot with the Enhanced Email form display incorrect formatting, missing columns, and spacing issues when received by end users.
9+
2. Emails sent from Dynamics 365 Sales using templates append an arbitrary tracking code (CRM:nnnnn) to the subject line and only send emails to the first contact in the selected list instead of all intended recipients.
10+
11+
## Cause
12+
1. The email formatting issue with Copilot and the Enhanced Email form arises due to a known issue with the "New Look" or "Modern Text Editor" being enabled.
13+
2. The arbitrary code appended to the email subject line and emails being sent only to the first contact is caused by the email tracking token setting being enabled.
14+
15+
## Solution 1: Resolve issues with Copilot and Enhanced Email form
16+
17+
Follow these steps to address the formatting issues caused by the Enhanced Email form:
18+
1. Navigate to the Power Apps portal at [make.powerapps.com](https://make.powerapps.com).
19+
2. Select the relevant environment.
20+
3. Go to **Tables > Email > Forms**, and then select the Enhanced Email form.
21+
4. Locate the **Body** field and delete the existing Text Editor control component.
22+
5. Save and publish the changes.
23+
6. Ensure the Enhanced Email Recipient control component is enabled for the **From**, **To**, **CC**, and **BCC** fields. Map these fields appropriately.
24+
7. Set the **Static Value** for "Show Email address" to **True**.
25+
26+
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 detailed guidance, refer to [Enable enhanced recipient control for email | Microsoft Learn](https://learn.microsoft.com/en-us/dynamics365/customer-service/administer/add-recipient-control).
27+
28+
## Solution 2: Address issues with email tracking tokens
29+
30+
To prevent arbitrary tracking codes from being appended to the subject line and ensure emails are sent to all selected recipients:
31+
1. Access the Dynamics 365 Sales environment as a system administrator.
32+
2. Navigate to **Settings > Administration > System Settings**.
33+
3. Under the **Email** tab, locate the **Use tracking tokens** setting.
34+
4. Disable the **Use tracking tokens** option.
35+
5. Save the changes.
36+
37+
Disabling tracking tokens will stop the system from appending codes to subject lines and ensure emails are sent to all intended recipients.
38+
39+
By following the above steps, users can resolve the identified issues with email templates and formatting in Dynamics 365.
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# rubik-generate-article-preview
2+
3+
# Formatting lost when copying Word template text to CRM email message
4+
5+
When copying text from a Word template into a Dynamics 365 Customer Service CRM email message, users may notice that the formatting, including hyperlinks, images, and other text styles, is lost. This article outlines the symptoms, cause, and steps to resolve this issue.
6+
7+
## Symptoms
8+
9+
When copying and pasting content from a Word template into a Dynamics 365 CRM email message, the following symptoms may occur:
10+
11+
- Hyperlinks are removed.
12+
- Images do not appear.
13+
- Text formatting is lost (e.g., bold, italics, font styles).
14+
- The pasted content appears as plain text.
15+
16+
## Cause
17+
18+
This issue is not specific to Dynamics 365 but stems from a system-level or Word application behavior. The Word desktop application is allowing content to be copied in plain text format only, which results in the loss of formatting when pasting into CRM or other applications like OneNote.
19+
20+
## Solution 1: Verify the issue is not specific to Dynamics 365
21+
22+
To confirm the root cause of the issue:
23+
24+
1. Copy the same content from the Word document.
25+
2. Paste the content into other applications, such as OneNote or Microsoft Teams chat.
26+
3. Check if the formatting is preserved.
27+
28+
If the formatting is also lost in these applications, the issue is not specific to Dynamics 365 but is related to the Word desktop application or the system's copy-paste functionality.
29+
30+
## Solution 2: Use the Word web application as a workaround
31+
32+
The Word web application can be used as an alternative to preserve formatting:
33+
34+
1. Open the Word document in the Word web application.
35+
2. Copy the content from the Word web application.
36+
3. Paste the content into the Dynamics 365 CRM email message.
37+
4. Verify that the formatting, hyperlinks, and images are preserved.
38+
39+
This workaround ensures the formatting is retained when copying and pasting content.
40+
41+
## Solution 3: Contact Office 365 support for a permanent resolution
42+
43+
If the issue persists and affects your workflow:
44+
45+
1. Reach out to your Office 365 support team to investigate the issue further.
46+
2. Alternatively, open a support ticket directly with the Office 365 team for a thorough diagnosis and resolution.
47+
48+
Since this issue falls outside the scope of Dynamics 365 support, Office 365 support is best positioned to provide a permanent fix.

0 commit comments

Comments
 (0)