Skip to content

Commit 857b27f

Browse files
authored
Merge pull request #9564 from MicrosoftDocs/apply-edit-reviews
Update troubleshoot-ai-agents-issues.md
2 parents 10c2eba + aa2b179 commit 857b27f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

support/dynamics-365/sales/troubleshoot-ai-agents-issues.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
title: Troubleshoot Activation Issues With Dynamics 365 Sales AI Agents
3-
description: Solves activation issues related to Sales Qualification Agent and Opportunity Research Agent in Microsoft Dynamics 365 Sales.
2+
title: Troubleshoot Activation Issues with Dynamics 365 Sales AI Agents
3+
description: Solves activation issues related to the Sales Qualification Agent and Opportunity Research Agent in Microsoft Dynamics 365 Sales.
44
ms.reviewer: aam, lavanyakr, pachatte
5-
ms.date: 08/15/2025
5+
ms.date: 08/20/2025
66
ms.custom: sap:Sales Qualification Agent\Troubleshoot sales qualification agent
77
ms.collection: CEnSKM-ai-copilot
88
---
99
# Dynamics 365 Sales AI agent is stuck during activation
1010

11-
This article provides guidance to resolve issues where the AI agents ([Sales Qualification Agent](/dynamics365/sales/sales-qualification-agent) and [Opportunity Research Agent](/dynamics365/sales/opportunity-research-agent)) in Dynamics 365 Sales get stuck during the activation process or revert to a draft state.
11+
This article provides guidance to resolve issues where the AI agents ([Sales Qualification Agent](/dynamics365/sales/sales-qualification-agent) and [Opportunity Research Agent](/dynamics365/sales/opportunity-research-agent)) in Microsoft Dynamics 365 Sales get stuck during the activation process or revert to a draft state.
1212

1313
## Symptoms
1414

15-
As an administrator, you may encounter the following symptoms when you try to configure or activate AI agents:
15+
As an administrator, you might encounter the following symptoms when you try to configure or activate an AI agent:
1616

1717
- When you try to test, start, or update the agent's configuration, it remains in the **Starting Agent**, **Starting Test**, or **Applying changes** state for more than 10 minutes.
1818
- You receive error messages, such as:
@@ -26,7 +26,7 @@ This issue occurs when the agent can't start the Power Automate flow required fo
2626

2727
`<ORGURL>/api/data/v9.0/callbackregistrations?$filter=entityname eq 'msdyn_salesagentprofile'&$select=name,filteringattributes,softdeletestatus`
2828

29-
If the query returns no results or if `softdeletestatus` is set to **1**, the issue is related to the Power Automate flow.
29+
If the query returns no results or the `softdeletestatus` is set to **1**, the issue is related to the Power Automate flow.
3030

3131
[Learn more about callbackregistration EntityType](/power-apps/developer/data-platform/webapi/reference/callbackregistration).
3232

@@ -38,7 +38,7 @@ Follow these steps to resolve the issue:
3838
2. Select the environment where the agent is published.
3939
3. Navigate to **My Flows**.
4040
4. Open the **Activate Sales Agent Profile Flow**.
41-
5. Turn off the flow, then turn it back on.
41+
5. Turn off the flow, and then turn it back on.
4242
6. Run the query again in your browser or API tool:
4343

4444
`<ORGURL>/api/data/v9.0/callbackregistrations?$filter=entityname eq 'msdyn_salesagentprofile'&$select=name,filteringattributes,softdeletestatus`

0 commit comments

Comments
 (0)