Skip to content

Commit 22cd585

Browse files
authored
some improvements based on the comments from Aarti
1 parent 19df63a commit 22cd585

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

support/dynamics-365/customer-service/automatic-record-creation/accounts-created-without-known-triggers-dynamics-365.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.custom: sap:Automatic Record Creation (ARC), DFM
1010
---
1111
# Accounts are created without known triggers in Dynamics 365
1212

13-
This article addresses the issue where accounts are automatically created in Dynamics 365 without any known user actions or triggers. This issue occurs in Dynamics 365 Customer Service, Dynamics 365 Sales, or other model-driven apps where accounts are used.
13+
This article addresses the issue where accounts are automatically created in Dynamics 365 without any known user actions or triggers. This can apply to Dynamics 365 Customer Service, Dynamics 365 Sales, or other model-driven apps where accounts are used.
1414

1515
## Symptoms
1616

@@ -34,7 +34,9 @@ To identify the cause:
3434

3535
## Resolution
3636

37-
## Step 1: Review ARC rules
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
3840

3941
1. Navigate to **Customer Service admin center** > **Case settings** > **Automatic record creation and update rules**.
4042

@@ -45,29 +47,29 @@ To identify the cause:
4547

4648
3. Temporarily deactivate ARC rules one by one to identify if they're responsible for the issue.
4749

48-
## Step 2: Inspect Power Automate flows
50+
### Step 2: Inspect Power Automate flows
4951

5052
1. Go to **Power Automate** > **Solutions** (if applicable) or **My Flows/Team Flows**.
5153

5254
2. Look for any flows with triggers related to account creation, such as:
5355

5456
- The "When a record is created" flow.
55-
- The "When an email is received" flow.
5657

5758
3. Review the configurations and connections of each flow to ensure security and proper setup.
5859
4. Temporarily turn off flows to see if the automatic account creation ceases.
5960

60-
## Step 3: Check plugins and custom scripts
61+
### Step 3: Check plugins and custom scripts
6162

6263
1. Navigate to **Advanced settings** > **Customization** > **Customize the System**.
6364
2. Under **Plugins**, review all plugins targeting the account entity:
6465

65-
- Confirm if any plugins are set to create accounts automatically based on specific conditions.
66+
- Check if any plugins are set to create accounts automatically based on specific conditions.
67+
6668
- Identify and assess outdated or suspicious plugins.
6769

6870
3. Disable plugins temporarily to test if the issue persists.
6971

70-
## Step 4: Review security and access logs
72+
### Step 4: Review security and access logs
7173

7274
1. Review the [audit logs](/dynamics365/customer-service/administer/enable-audit-tables#activities-available-for-audit) to identify:
7375

@@ -76,7 +78,7 @@ To identify the cause:
7678

7779
1. If API calls are enabled, verify whether external applications are making unexpected account creation requests.
7880

79-
## Step 5: Review third-party integrations
81+
### Step 5: Review third-party integrations
8082

8183
1. Check for external apps connected to your environment via Dataverse APIs or custom connectors.
8284
2. Temporarily disable these integrations to determine if they're causing the problem.

support/dynamics-365/customer-service/automatic-record-creation/cases-auto-generated-with-automatic-record-creation-deactivated.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ ms.custom: sap:Automatic Record Creation (ARC), DFM
1010
---
1111
# Cases are autocreated even if the automatic record creation rule is deactivated
1212

13-
This article addresses an issue where cases are automatically created from emails even after the Automatic Record Creation (ARC) rule has been deactivated or deleted in Dynamics 365 Customer Service.
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 Dynamics 365 Customer Service.
1414

1515
## Symptoms
1616

1717
Cases continue to be autocreated from emails even if the ARC rule has been deactivated or deleted.
1818

1919
## Cause
2020

21-
The ARC rule depends on a child flow in Power Automate that remains active. Even after the main rule is deactivated or removed, the active child flow continues to trigger automatic case creation.
21+
This 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.
2222

2323
## Resolution
2424

25-
To stop the automatic case creation, follow these steps:
25+
To stop the automatic case creation, follow these steps to identify and deactivate the associated child flow.
2626

2727
1. Identify the associated child flow:
2828

@@ -42,8 +42,6 @@ To stop the automatic case creation, follow these steps:
4242
- Send a test email or trigger the condition that previously generated cases.
4343
- Confirm that cases are no longer being automatically created.
4444

45-
Once the associated child flow is deactivated, the automatic case creation will stop.
46-
4745
## More information
4846

4947
- [Set up rules to automatically create or update records](/dynamics365/customer-service/administer/automatically-create-update-records)

0 commit comments

Comments
 (0)