Skip to content

Commit 0087d47

Browse files
authored
Merge pull request MicrosoftDocs#2238 from MicrosoftDocs/kabala-timeline-feature-edit
Kabala timeline feature edit
2 parents 2d6a5de + 6931c2a commit 0087d47

File tree

2 files changed

+51
-51
lines changed

2 files changed

+51
-51
lines changed

powerapps-docs/maker/model-driven-apps/faqs-timeline-control.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "FAQs for timeline control (section) in PowerApps | MicrosoftDocs"
3-
description: "FAQs for timeline control (section) in PowerApps"
2+
title: "FAQs for timeline control (section) in Power Apps | MicrosoftDocs"
3+
description: "FAQs for timeline control (section) in Power Apps"
44
ms.date: 11/22/2019
55
ms.service: powerapps
66
author: "kabala123"
@@ -18,7 +18,7 @@ search.app:
1818

1919
## Why do I receive the message "Records could not be loaded because of unexpected error"?
2020

21-
The timeline section retrieves data about and displays in the form cards. By default, the timeline retrieves data for the 10 standard activity entities, which are:
21+
The **Timeline** section retrieves data about and displays in the form cards. By default, the timeline retrieves data for the 10 standard activity entities, which are:
2222

2323
- Email
2424
- Task
@@ -29,7 +29,7 @@ The timeline section retrieves data about and displays in the form cards. By def
2929
- Appointment
3030
- Phone call
3131

32-
As an administrator when you perform the following procedure, users will see an error at runtime:
32+
When you perform the following procedures as an administrator, users will see an error at runtime:
3333

3434
**Procedure**
3535
- Create any additional custom activities
@@ -41,26 +41,26 @@ As an administrator when you perform the following procedure, users will see an
4141
> [!div class=mx-imgBorder]
4242
> ![Records could not be loaded because of an unexpected error.](media/timeline-error1.png "Records could not be loaded because of an unexpected error.")
4343
44-
This error is caused as the number of activity entities for the data retrieval has exceeded the maximum limit of 10.
44+
This error is caused because the number of activity entities for the data retrieval has exceeded the maximum limit of 10.
4545

4646
> [!div class=mx-imgBorder]
4747
> ![Number of link entities in query exceeded maximum limit](media/timeline-error2.png "[Number of link entities in query exceeded maximum limit")
4848
4949
### Workaround
5050

51-
To work around the issue, you must reduce the number of entities to 10 or less. Follow the steps to reduce the entities to 10 or less.
51+
To work around the issue, you must reduce the number of entities to 10 or fewer. To do this, follow the steps below.
5252

5353
1. Sign in to your `https://<YourOrgURL>.dynamics.com/apps` environment.
5454

55-
2. Open a model-driven app, and then on the command bar select **Settings** ![Settings](../model-driven-apps/media/powerapps-gear.png) > **Advanced Settings**.
55+
2. Open a model-driven app, and then on the command bar select **Settings** ![Settings](../model-driven-apps/media/powerapps-gear.png) > **Advanced Settings**.
5656

5757
3. Go to **Settings** > **Customization** > **Customize the System**. The solution explorer page opens in a new browser window.
5858

59-
4. Expand **Entities** under **Components** in the default solution pane.
59+
4. Expand **Entities** under **Components** in the default solution pane.
6060

61-
5. Select an entity and select **Forms**. For example, select the Account entity.
61+
5. Select an entity and select **Forms**. For example, select the **Account** entity.
6262

63-
6. Select the **Account for Interactive experience** record that is of **Main** form type. The **Account for Interactive experience** form opens in a new browser window.
63+
6. Select the **Account for Interactive experience** record that is a **Main** form type. The **Account for Interactive experience** form opens in a new browser window.
6464

6565
> [!div class=mx-imgBorder]
6666
> ![Select the entity form with interactive experience in the name](media/account-interactive-experience.png "Select the entity form with interactive experience in the name")
@@ -72,7 +72,7 @@ To work around the issue, you must reduce the number of entities to 10 or less.
7272
> [!div class=mx-imgBorder]
7373
> ![Double-click the field in the social pane](media/timeline-conversation-tabs-field.png "Double-click the field in the social pane")
7474

75-
8. Select **Show selected** option for the **Show these activities** field in the **Filter by** container.
75+
8. Select the **Show selected** option for the **Show these activities** field in the **Filter by** container.
7676

7777
9. Select the activities you want to display to the users.
7878

@@ -83,7 +83,7 @@ To work around the issue, you must reduce the number of entities to 10 or less.
8383

8484
## Why I can't assign or delete an activity from the timeline?
8585

86-
If you use the **HideCustomActions** rule to hide the buttons, such as **Assign** and **Delete** in the ribbon command bar definition, then those buttons that are present in the Timeline control will not work. The buttons in the command bar is same as in the timeline control and hence, when a user selects the assign or delete button in the timeline control, an error message is displayed.
86+
If you use the **HideCustomActions** rule to hide buttons, such as **Assign** and **Delete** in the ribbon command bar definition, then those buttons that are present in the Timeline control will not work. The buttons in the command bar are same as the buttons in the Timeline control; therefore, when a user selects the **Assign** or **Delete** button in the Timeline control, an error message is displayed.
8787

8888
**You do not have permission to perform this action. Please contact your system administrator.**
8989

@@ -95,4 +95,4 @@ To mitigate the issue, unhide the buttons in the command bar definitions.
9595

9696
[Timeline section in the Customer Service Hub app](https://docs.microsoft.com/dynamics365/customer-service/customer-service-hub-user-guide-basics#timeline)
9797

98-
[Add an appointment, email, phone call, note, or task activity to the timeline](../../user/add-activities.md)
98+
[Add an appointment, email, phone call, note, or task activity to the timeline](../../user/add-activities.md)

0 commit comments

Comments
 (0)