Skip to content

Commit 4de9e9b

Browse files
Live publish for 01 March 2024.
2 parents faa6809 + 88ea727 commit 4de9e9b

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

powerapps-docs/user/known-issues-activities.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,24 @@ description: Learn about known issues that may occur with activities in model-dr
44
author: sriharibs-msft
55
ms.component: pa-user
66
ms.topic: overview
7-
ms.date: 06/20/2023
7+
ms.date: 03/01/2024
88
ms.subservice: end-user
99
ms.author: srihas
1010
ms.reviewer: sericks
11-
ms.custom:
12-
ms.assetid:
13-
search.audienceType:
11+
search.audienceType:
1412
- enduser
1513
---
14+
1615
# Known issues about activities
1716

1817
Learn about known issues that may occur with activities in model-driven apps.
1918

2019
- On appointment grids, all-day appointments may show incorrect values for **Start Time** and **End Time**. This issue is limited to the grid control showing appointment records, as forms and calendar control show correct **Start Time** and **End Time** for all-day appointments.
21-
20+
2221
To fix this issue, use the [calendar control](../maker/model-driven-apps/add-calendar-control.md) as the default control to view appointments.
2322

2423
- The process that checks for conflicts for the people and resources on an appointment is triggered only when a valid Dynamics 365 solution is installed on the environment, as this requires a few scheduling-related tables to be a part of the environment. Appointments created in an environment without a relevant Dynamics 365 solution installed have an **Open** status, rather than the **Scheduled** status. For more information on the scheduling tables and the license required, see [Restricted tables for create, update, and delete operations](../maker/data-platform/data-platform-restricted-entities.md#restricted-tables-for-create-update-and-delete-operations).
24+
25+
- Error message `Unable to find one-to-many relationship, entity: [entity name], referencing entity: activityparty`
26+
27+
This transient error appears when saving records with relationships to activity parties. The root cause of the issue is that schema information about the relationship is not loaded when you save the record. The work around is to try to save the record again because the schema information will be loaded eventually. If this error occurs due to custom scripts on the page, the script developer should catch the error and retry after a short delay.

0 commit comments

Comments
 (0)