|
| 1 | +--- |
| 2 | +title: You Don't Have Access To The Data Used For Case Summaries Error |
| 3 | +description: Resolves the issues related to the Copilot case summary feature 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/14/2025 |
| 9 | +ms.custom: sap:Cases or Incidents, DFM |
| 10 | +--- |
| 11 | +# "It looks like you don't have access to the data that's used for case summaries" error |
| 12 | + |
| 13 | +This article provides a resolution for the issues related to the Copilot case summary feature in Microsoft Dynamics 365 Customer Service. |
| 14 | + |
| 15 | +## Symptoms |
| 16 | + |
| 17 | +When you try to use the [Copilot case summary](/dynamics365/contact-center/administer/copilot-enable-summary) feature, you might receive the following error message: |
| 18 | + |
| 19 | +> It looks like you don't have access to the data that's used for case summaries. |
| 20 | +
|
| 21 | +Additionally, the feature fails to display properly for non-administrators who try to use a custom product table instead of the out-of-box (OOB) product table. |
| 22 | + |
| 23 | +## Cause |
| 24 | + |
| 25 | +Copilot case summaries rely on a relationship between the custom table and the OOB "case" table. |
| 26 | + |
| 27 | +- Copilot uses data from tables related to the "case" table to generate summaries. |
| 28 | +- Custom tables that lack a relationship with the "case" table are ineligible for use in generating case summaries. |
| 29 | + |
| 30 | +## Resolution |
| 31 | + |
| 32 | +To resolve this issue, establish a relationship between your custom table and the OOB "case" table. Follow these steps: |
| 33 | + |
| 34 | +1. In [Power Apps](https://make.powerapps.com/), navigate to the environment where your custom table resides. |
| 35 | +1. From the left navigation pane, select **Tables**. |
| 36 | +1. Select your custom table (for example, the custom product table.) |
| 37 | +1. Go to the **Relationships** tab. |
| 38 | + |
| 39 | +1. Select **+ New relationship** and select the appropriate relationship type: |
| 40 | + - For a many-to-one relationship: Select **Lookup**. |
| 41 | + - For a one-to-many relationship: Select **One-to-Many**. |
| 42 | + - For a many-to-many relationship: Select **Many-to-Many** (if applicable). |
| 43 | + |
| 44 | +1. In the **Related Table** dropdown, select **Case (incident)**. |
| 45 | +1. Select **Done** and then select **Save**. |
| 46 | +1. Publish the table to apply the changes. |
| 47 | + |
| 48 | +1. Test the changes: |
| 49 | + - Navigate to the Copilot case summary feature in Dynamics 365. |
| 50 | + - Try to generate a case summary using the custom table. |
| 51 | + - Confirm that the summary displays correctly without any error. |
| 52 | + |
| 53 | +Alternatively, if creating a relationship between the custom table and the OOB "case" table isn't feasible, you can resolve the issue by removing the product data reference from the case summaries configuration. Follow these steps: |
| 54 | + |
| 55 | +1. Navigate to the **Copilot Configuration Settings** within Dynamics 365. |
| 56 | +2. Remove the product data reference from the case summaries configuration. For more information, see [Manage fields Copilot uses for case summaries](/dynamics365/customer-service/administer/copilot-map-custom-fields). |
| 57 | +3. Save the changes. |
| 58 | +4. Retest the feature to confirm that the error no longer appears and that the case summary displays correctly. |
0 commit comments