Skip to content

Commit 957fe15

Browse files
authored
Merge pull request #8750 from MicrosoftDocs/main
Auto push to live 2025-04-18 02:29:28
2 parents dfdc19b + 18bfc0b commit 957fe15

File tree

8 files changed

+283
-35
lines changed

8 files changed

+283
-35
lines changed

.github/workflows/validate_branch_names.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: true # Prevent retries on failure
1212
steps:
13+
- name: Set git to use long paths
14+
run: git config --system core.longpaths true
1315
- name: Try checkout
1416
uses: actions/checkout@v3
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
---
2+
title: Accounts Are Created Without Known Triggers or Actions
3+
description: Resolves an issue where accounts are automatically created without known user actions or triggers in Microsoft Dynamics 365 apps.
4+
ms.reviewer: ghoshsoham
5+
author: Yerragovula
6+
ms.author: srreddy
7+
ai-usage: ai-assisted
8+
ms.date: 04/18/2025
9+
ms.custom: sap:Automatic Record Creation (ARC), DFM
10+
---
11+
# Accounts are created without known triggers in Dynamics 365
12+
13+
This article addresses an issue where accounts are automatically created in Dynamics 365 without any known user actions or triggers. This issue can apply to Microsoft Dynamics 365 Customer Service, Dynamics 365 Sales, or other model-driven apps where accounts are used.
14+
15+
## Symptoms
16+
17+
Accounts are automatically created in Dynamics 365 apps without any manual input or recognized triggers.
18+
19+
## Cause
20+
21+
The issue might occur due to one or more of the following reasons:
22+
23+
- Unintended automation or scripts: Background processes running without proper controls can cause unintended account creation.
24+
- Misconfigured ARC rules: Automatic record creation (ARC) rules might be mistakenly set to create accounts based on specific triggers, such as incoming emails or external data.
25+
- Unmonitored Power Automate flows: Flows with triggers related to account creation might be running without proper oversight.
26+
- Plugins and custom scripts: Background plugins are configured to create accounts under specific conditions.
27+
- Dataverse APIs or third-party services: External applications connected via the Dataverse API might create accounts in the system.
28+
- Unauthorized access or security breaches: A potential security issue might allow unauthorized processes or users to create accounts.
29+
30+
To identify the cause:
31+
32+
- Sequentially disable suspicious areas, such as ARC rules, Power Automate flows, plugins, and external integrations.
33+
- Re-enable each component individually while monitoring the environment to pinpoint the source of automatic account creation.
34+
35+
## Resolution
36+
37+
Follow these steps to help you identify and address the root cause of the issue resulting in unintended account creation.
38+
39+
### Step 1: Review ARC rules
40+
41+
1. Navigate to **Customer Service admin center** > **Case settings** > **Automatic record creation and update rules**.
42+
43+
2. Inspect all rules related to accounts:
44+
- Verify if rules are configured to trigger account creation under specific conditions (for example, incoming emails, forms, or external data).
45+
- Check if any rules inadvertently target the account entity instead of other entities like leads or contacts.
46+
47+
3. Temporarily deactivate ARC rules one by one to identify if they're responsible for the issue.
48+
49+
### Step 2: Inspect Power Automate flows
50+
51+
1. Go to **Power Automate** > **Solutions** (if applicable) or **My Flows/Team Flows**.
52+
53+
2. Look for any flows with triggers related to account creation, such as the "When a record is created" flow.
54+
3. Review the configurations and connections of each flow to ensure security and proper setup.
55+
4. Temporarily turn off flows to see if the automatic account creation stops.
56+
57+
### Step 3: Check plugins and custom scripts
58+
59+
1. Navigate to **Advanced settings** > **Customization** > **Customize the System**.
60+
2. Under **Plugins**, review all plugins targeting the account entity:
61+
- Check if any plugins are set to create accounts automatically based on specific conditions.
62+
- Identify and assess outdated or suspicious plugins.
63+
64+
3. Disable plugins temporarily to test if the issue persists.
65+
66+
### Step 4: Review security and access logs
67+
68+
1. Review the [audit logs](/dynamics365/customer-service/administer/enable-audit-tables#activities-available-for-audit) to identify:
69+
- The user or process responsible for creating the accounts.
70+
- Any unusual or unauthorized access attempts.
71+
72+
1. If API calls are enabled, verify whether external applications make unexpected account creation requests.
73+
74+
### Step 5: Review third-party integrations
75+
76+
1. Check for external apps connected to your environment via Dataverse APIs or custom connectors.
77+
2. Temporarily disable these integrations to determine if they're causing the problem.
78+
3. Check the logs for unauthorized or unintended API requests related to account creation.
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: Cases Are Auto-Created Even If ARC Rule Is Deactivated or Deleted
3+
description: Resolves an issue where cases continue to be auto-created from emails even if the ARC rule has been deactivated or deleted 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/18/2025
9+
ms.custom: sap:Automatic Record Creation (ARC), DFM
10+
---
11+
# Cases are auto-created even if the automatic record creation rule is deactivated
12+
13+
This article addresses an issue where [cases are automatically created from emails](/dynamics365/customer-service/administer/automatically-create-update-records) even after the automatic record creation (ARC) rule has been deactivated or deleted in Microsoft Dynamics 365 Customer Service.
14+
15+
## Symptoms
16+
17+
Cases continue to be auto-created from emails even if the ARC rule has been deactivated or deleted.
18+
19+
## Cause
20+
21+
This issue can occur if the ARC rule depends on a child flow in Power Automate that remains active even after the main rule is deactivated or deleted. The active child flow can continue to trigger automatic case creation.
22+
23+
## Resolution
24+
25+
To stop the automatic case creation, follow these steps to identify and deactivate the associated child flow.
26+
27+
1. Identify the associated child flow:
28+
29+
- Go to **Customer Service Admin Center** > **Case settings** > **Automatic record creation and update rules**.
30+
31+
1. Locate the ARC rule that was previously deactivated or deleted.
32+
1. Check for any associated child flows that might still be active.
33+
34+
- If the flow was created as part of a Dynamics 365 solution, navigate to **Power Automate** > **Solutions**. Review all flows related to record creation.
35+
36+
2. Deactivate the associated child flow:
37+
38+
1. Open the identified flow in Power Automate.
39+
1. Select **Edit** to inspect the flow structure.
40+
1. Turn off the flow by selecting the toggle button at the top of the flow editor or from the flow list.
41+
42+
3. Verify the fix:
43+
44+
1. Send a test email or trigger the condition that previously generated cases.
45+
1. Confirm that cases are no longer automatically created.
46+
47+
## More information
48+
49+
[Set up rules to automatically create or update records](/dynamics365/customer-service/administer/automatically-create-update-records)
50+
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
title: SSSAdminProd Appears as Owner or Modifier of Records
3+
description: Explains why "# SSSAdminProd" appears as the owner or Modified By user of records 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/18/2025
9+
ms.custom: sap:Automatic Record Creation (ARC), DFM
10+
---
11+
# Record owner unexpectedly set to "# SSSAdminProd"
12+
13+
This article explains why the "# SSSAdminProd" system account may appear as the **Owner** or **Modified By** user of records in Dynamics 365 Customer Service, and steps to change the ownership.
14+
15+
## Symptoms
16+
17+
You might encounter the following behavior in Dynamics 365 Customer Service:
18+
19+
- The "# SSSAdminProd" system account is listed as the user who modifies cases in queues.
20+
- The "# SSSAdminProd" system account is assigned as the owner of newly created records, such as cases or contacts.
21+
22+
As a result, some users can't view records created or modified by the "# SSSAdminProd" account.
23+
24+
## Cause
25+
26+
The "# SSSAdminProd" account appears as the user who modifies cases or owns newly created records, which is typically linked to the use of an Automatic Record Creation (ARC) rule.
27+
28+
The ARC rule or Power Automate flow might be configured to run in the context of a specific user account, usually a [system-provided application user](/power-platform/admin/system-application-users#application-users), such as "# SSSAdminProd."
29+
30+
For example, when a case record is created through an ARC rule and the rule owner is a team, the owner of the case record is the team's administrator user. In this case, "# SSSAdminProd" might be the administrator user for the team that owns the rule. If "# SSSAdminProd" is the owner of the ARC rule or associated flow, the account appears as the user performing actions such as:
31+
32+
- Creating new contact records when unknown senders send emails.
33+
- Creating cases as part of the email-to-case process.
34+
35+
## Resolution
36+
37+
To resolve the issue, reassign the ownership of the ARC rule to an appropriate user or service account with the required privileges. Follow these steps:
38+
39+
1. Go to **Customer Service admin center** > **Case Settings** > **Automatic Record Creation and Update rules**.
40+
2. Identify the ARC rule causing the issue and reassign its owner to a user or service account with the required privileges.
41+
3. Save the changes and publish the rule.
42+
43+
For more information, see:
44+
45+
- [Special system users and application users](/power-platform/admin/system-application-users)
46+
- [Set up rules to automatically create or update records](/dynamics365/customer-service/administer/automatically-create-update-records)
47+
- [View the details of system-provided application users](/power-platform/admin/manage-application-users#view-the-details-of-system-provided-application-users)
Lines changed: 40 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
---
22
title: Incoming email isn't converted to a case
33
description: Provides a resolution for the issue where an incoming email isn't converted to a case in Dynamics 365 Customer Service.
4-
ms.reviewer: sdas
4+
ms.reviewer: sdas, ghoshsoham
55
ms.author: shchaur
6-
ms.date: 06/08/2023
6+
ms.date: 04/18/2025
77
ms.custom: sap:E-Mail\Case isn't getting created with record creation rule
88
---
99
# Incoming email isn't converted to a case
1010

1111
This article provides a resolution for the issue where an incoming email isn't converted to a case in Dynamics 365 Customer Service. Also, to diagnose and fix the issues, you can use the **Activity monitor** available on the **Record creation and update rules** page, and configure the options to view skipped scenarios, failed scenarios, or all scenarios for a time period. For more information, see [Manage activity monitor to review and track rules](/dynamics365/customer-service/automatically-create-update-records?tabs=customerserviceadmincenter#manage-activity-monitor-to-review-and-track-rules).
1212

13-
## Symptoms
13+
## Symptom 1
1414

1515
Email-to-case conversion isn't working in Dynamics 365 Customer Service.
1616

17-
## Cause 1: The email isn't syncing with the system
17+
### Cause 1: The email isn't syncing with the system
1818

1919
#### Resolution
2020

2121
To check whether the email is syncing with the system, navigate to **Activities** and look for the email activity. If email isn't syncing with the system, there may be an issue with the email router or server-side sync configuration.
2222

23-
## Cause 2: Email activity is created but related QueueItem isn't found
23+
### Cause 2: Email activity is created but related QueueItem isn't found
2424

2525
#### Resolution
2626

2727
You need to check whether the email activity is created but a related QueueItem isn't found. If an active **Automatic Record Creation and Update Rule** exists for a specific queue, the QueueItem is marked as inactive and disappears from the QueueItem view.
2828

29-
## Cause 3: The email is coming from an unknown sender
29+
### Cause 3: The email is coming from an unknown sender
3030

3131
#### Resolution
3232

3333
If the email is coming from an unknown sender, check for the **Create contact for unknown sender** option. Go to the **Automatic Record Creation and Update Rule** configuration and check whether the **Create contact for unknown sender** box is selected. If the **Create contact for unknown sender** check box isn't selected, an incoming email from an unknown sender won't be converted to a case.
3434

35-
## Cause 4: Automatic Record Creation and Update Rule configuration issues
35+
### Cause 4: Automatic Record Creation and Update Rule configuration issues
3636

3737
#### Resolution
3838

@@ -41,32 +41,59 @@ You need to check whether the **Automatic Record Creation and Update Rule** feat
4141
> [!NOTE]
4242
> The **Customer** field in the case entity can be a contact or an account. If a matching incoming email address isn't found for a contact or an account, and the **Create contact for unknown sender** check box is selected, the system creates a contact for the incoming email address and links it to the case's **Customer** field.
4343
44-
## Cause 5: The contact and account have different email addresses
44+
### Cause 5: The contact and account have different email addresses
4545

4646
#### Resolution
4747

4848
You need to check whether the contact and account have the same incoming email address. A case that's created from an incoming email will resolve the **Customer** field on the case as **Account**.
4949

50-
## Cause 6: The email is sent using only the Bcc field
50+
### Cause 6: The email is sent using only the Bcc field
5151

5252
#### Resolution
5353

5454
To fix this issue, ensure the queue email address is in the **To** or **Cc** fields of incoming emails. Emails sent with the queue address in the **Bcc** field won't be processed.
5555

56-
## Cause 7: The email is a reply to the tracked email
56+
### Cause 7: The email is a reply to the tracked email
5757

5858
#### Resolution
5959

60-
If the incoming email is in response to an already tracked email associated with a case, no new case will be created. If the **InReplyTo** value matches the **MessageId** of an email that's already in Dynamics 365, server-side synchronization correlates the new email with the existing one, and the "Automatic record creation and Update" rule skips case creation for the new email. For more information, see [Specify which emails are automatically tracked](/power-platform/admin/email-message-filtering-correlation).
60+
If the incoming email is in response to an already tracked email associated with a case, no new case will be created. If the **InReplyTo** value matches the **MessageId** of an email that's already in Dynamics 365, server-side synchronization correlates the new email with the existing one, and the "Automatic record creation and Update" rule skips case creation for the new email. For more information, see [Specify which emails are automatically tracked](/power-platform/admin/email-message-filtering-correlation).
6161

62-
## Cause 8: Contact creation failed when the incoming email is from an unknown sender
62+
### Cause 8: Contact creation failed when the incoming email is from an unknown sender
6363

6464
#### Resolution
6565

6666
By default, a contact for an unknown email sender is created with the email owner context. A case might not get created if the email owner doesn't have the required permissions. Alternatively, you may choose to use the rule owner permissions to create the new contact by configuring the `msdyn_ArcCreateContactWithRuleOwner` environment variable. For more information, see [Create contacts for unknown senders using rule owner context](/dynamics365/customer-service/automatically-create-update-records?tabs=customerserviceadmincenter#create-contacts-for-unknown-senders-using-rule-owner-context).
6767

68-
## Cause 9: No active "Automatic record creation and Update" rule exists for the queue to which the email was sent
68+
### Cause 9: No active "Automatic record creation and Update" rule exists for the queue to which the email was sent
6969

7070
#### Resolution
7171

7272
Navigate to the "Automatic record creation and Update" rules and ensure that an active "Automatic record creation and Update" rule exists for the queue to which the email was sent. If no "Automatic record creation and Update" rule exists for the queue to which the email was sent, a case won't be created since there won't be any matching rule and condition.
73+
74+
## Symptom 2
75+
76+
When you use Automatic Record Creation (ARC) rules in Dynamics 365 Customer Service, you might receive one of the following error messages at runtime:
77+
78+
- > Error matching conditions. Contact Microsoft Support
79+
80+
- > Unknown error matching rules. Contact Microsoft Support
81+
82+
As a result, the ARC rule fails to create cases from emails.
83+
84+
### Cause
85+
86+
This issue occurs when the account under which the ARC rules are running is deleted or disabled. This causes the associated Power Automate flow to become disconnected.
87+
88+
### Resolution
89+
90+
To resolve this issue, follow these steps:
91+
92+
1. Go to **Customer Service admin center** > **Case Settings** > **Automatic Record Creation and Update Rules**.
93+
2. Verify the account under which the ARC rules are running. Ensure that the account is active and isn't deleted or disabled.
94+
3. Disable the affected ARC rule.
95+
4. Re-enable the ARC rule to re-establish the connection with the associated Power Automate flow.
96+
97+
### More information
98+
99+
[Set up rules to automatically create or update records](/dynamics365/customer-service/administer/automatically-create-update-records)

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
- name: Dynamics 365 Customer Service
22
href: welcome-customer-service.yml
3+
- name: Automatic Record Creation (ARC)
4+
items:
5+
- name: Accounts are created without known triggers
6+
href: automatic-record-creation/accounts-created-without-known-triggers-dynamics-365.md
7+
- name: Cases are auto-created when the ARC rule is deactivated
8+
href: automatic-record-creation/cases-auto-generated-with-automatic-record-creation-deactivated.md
9+
- name: 'Record owner set to "# SSSAdminProd"'
10+
href: automatic-record-creation/sssadminprod-appears-as-records-owner-modifier.md
311
- name: Cases or Incidents
412
items:
513
- name: Can't switch between different Teams organizations in the Dynamics 365 app

support/sql/azure-sql/sql-deployment-fails-drive-not-ready.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: SQL Server VMs Fails to Deploy or SQL Server Instance Not Come Online
2+
title: SQL VM Fails to Deploy or SQL Server Instance Can't Come Online
33
description: Addresses a failure when you deploy a SQL Server on Azure VM image in Azure Marketplace or when a manually installed SQL Server instance fails to come online after an Azure VM is restarted or deallocated.
44
ms.date: 04/16/2025
55
ms.author: mathoma

0 commit comments

Comments
 (0)