Skip to content

Commit bb02fe0

Browse files
Live Publish (04/11/2025 06:30:01 AM)
2 parents 4e20917 + 5a50d9a commit bb02fe0

File tree

4 files changed

+73
-0
lines changed

4 files changed

+73
-0
lines changed

powerapps-docs/maker/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@
6363
href: ../user/use-copilot-model-driven-apps.md
6464
- name: Use Copilot to visualize data in a view (preview)
6565
href: ../user/visualize-data-in-copilot.md
66+
- name: Use Copilot case summary in model-driven apps
67+
href: ../user/copilot-case-summary.md
6668
- name: Navigation and basics
6769
items:
6870
- name: Basic navigation
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
---
2+
title: Use Copilot case summary in model-driven apps
3+
description: Learn how to view copilot case summary in model-driven apps.
4+
author: gandhamm
5+
ms.author: mgandham
6+
ms.reviewer: gandhamm
7+
ms.topic: how-to
8+
ms.collection:
9+
ms.date: 04/11/2025
10+
ms.custom: bap-template
11+
---
12+
13+
# Use Copilot case summary in model-driven apps
14+
15+
Copilot case summaries help users quickly understand the context of a case and resolve customer issues more efficiently. The case summary includes key information such as the case title, customer, subject, product, priority, case type, and description.
16+
17+
## View case summary card
18+
19+
Copilot case summary is enabled by default for all model-driven apps that use the **incident** table. When you open a case record, the case summary card appears. The card is collapsed by default. When you expand the card, Copilot generates and displays the case summary.
20+
21+
Based on the case form configured, users see the summary on either enhanced case summary card or the current version of the case summary card. The enhanced case summary card appears on the top of the form and displays the case summary in a structured format.
22+
> [!NOTE]
23+
> Users won't see case summary cards on case forms by default if their organization has opted out of the automatic enablement of Copilot feature.
24+
25+
### [Enhanced case summary card](#tab/enhancedcasesummarycard)
26+
27+
The enhanced Copilot case summary card is enabled by default on all case forms except **Case for Interactive experience**, **Enhanced full case form**, **Case**, and **Case for Multisession experience** forms.
28+
29+
Based on the case summary configuration, users see the following:
30+
- If case summary isn't enabled for case forms in your model-driven app, users see the case summary on the enhanced case summary card on the form by default.
31+
- If the case summary is already [enabled for case forms in your model-driven app](/dynamics365/customer-service/administer/copilot-powerapps-settings), users see both the enhanced and current case summary cards on the form. To avoid duplication, we recommend that your app administrator do one of the following actions:
32+
- To retain the enhanced case summary card, navigate to the required case form in Power Apps and then remove the custom summarization control.
33+
- To retain the current case summary card, add the case form to the exception list. Run the following script in the Copilot Service admin center console to add the form to the exception list.
34+
35+
```
36+
Xrm.WebApi.updateRecord("msdyn_copilotsummarizationsetting", "7fa56176-c226-45e5-b8fa-25d56e0dcc21", {"msdyn_excludeformslist": "4a63c8d1-6c1e-48ec-9db4-3e6c7155334c,915f6055-2e07-4276-ae08-2b96c8d02c57,b05c1e9c-94d0-46c1-8968-df49b8f33ec7,cd0d48a0-10c6-ec11-a7b5-000d3a58b83a"}).then(
37+
function success(result) {
38+
console.log("summary config updated");
39+
},
40+
function (error) {
41+
console.log(error.message);
42+
}
43+
);
44+
```
45+
46+
On the enhanced case summary card, users can copy the summary, refresh it, regenerate the summary, and provide feedback.
47+
48+
:::image type="content" source="media/copilot-case-summary.png" alt-text="Screenshot that shows the Copilot case summary on a model driven app.":::
49+
50+
### [Current case summary card](#tab/casesummarycard)
51+
52+
This card is available on the following out-of-the-box case forms only:
53+
54+
- Case for Interactive experience
55+
- Enhanced full case form
56+
- Case
57+
- Case for Multisession experience
58+
59+
Based on the case summary configuration, users see the following:
60+
61+
- If case summary is enabled, users see the current case summary card on these forms, as-is.
62+
- If case summary is disabled, users see the case summary displayed in the current case summary card, by default.
63+
64+
Users can copy the summary, translate the summary into multiple languages, refresh it, regenerate the summary, and provide feedback on the current case summary card.
65+
66+
:::image type="content" source="media/copilot-case-summary-default.png" alt-text="Screenshot that shows the default Copilot case summary on a model driven app.":::
67+
68+
---
69+
70+
If [custom record summary](/dynamics365/customer-service/administer/copilot-enable-custom-record-summaries) is enabled, users see both the enhanced and current summary card by default. We recommend that you perform the steps in the enhanced case summary card section to avoid duplication.
71+
Loading
Loading

0 commit comments

Comments
 (0)