Skip to content

Commit a02b201

Browse files
authored
Live publish
2 parents 8e41973 + 1c781ae commit a02b201

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "FAQs for timeline control (section) in Power Apps | MicrosoftDocs"
33
description: "FAQs for timeline control (section) in Power Apps"
4-
ms.date: 02/03/2020
4+
ms.date: 03/10/2020
55
ms.service: powerapps
66
author: "kabala123"
77
ms.assetid: 7F495EE1-1208-49DA-9B02-17855CEB2FDF
@@ -94,6 +94,11 @@ To mitigate the issue, unhide the buttons in the command bar definitions.
9494

9595
**My activities** stream in the dashboard shows the records and activities that are owned by a particular user. For example, user **A** see records and activities that are owned by **A**, and user **B** see records and activities that are owned by **B**.
9696

97+
98+
## Why my agents see the filter pane even when the Expand filter pane by default check box is cleared?
99+
100+
When the timeline is displayed on more than one column, the filter pane is displayed as a column alongside the timeline records. Even though you've cleared **Expand filter pane by default** check box in the Timeline configurations, the filter pane will always be displayed to your agents.
101+
97102
## See also
98103

99104
[Set up timeline control](set-up-timeline-control.md)

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Set up the timeline control (section) in PowerApps | MicrosoftDocs"
33
description: "Learn how to set up the timeline control (section) in PowerApps"
4-
ms.date: 02/03/2020
4+
ms.date: 03/10/2020
55
ms.service: powerapps
66
author: "kabala123"
77
ms.assetid: 7F495EE1-1208-49DA-9B02-17855CEB2FDF
@@ -81,7 +81,7 @@ The modules are Activities, Posts, and Notes. As a customizer, you can choose wh
8181
|------------------------------------------|--------------------------------------------------------------|---------------------------|
8282
| Default Module for Create Experience | Select the module for which you want the default create experience in the timeline. <br><br> The default value is **Notes**. | Notes |
8383
| Show filter pane | Select the checkbox if you want to display the filter icon for the users. If you leave the check box empty, there will be no filters for the users. | |
84-
| Expand filter pane by default | Select the checkbox, by default, if you want to show the filter pane in the expanded mode. |
84+
| Expand filter pane by default | Select the checkbox, by default, if you want to show the filter pane in the expanded mode. <br><br> **Note:** When the timeline is displayed on more than one column, the filter pane is displayed as a column alongside the timeline records. Even though you've cleared **Expand filter pane by default** check box in the Timeline configurations, the filter pane will always be displayed to your agents.|
8585
| Sort | Select the sorting order based on which the records are displayed on the timeline. The sorting is based on the field you choose for Activities. If a field doesn’t exist for the Post, Notes, or Activity, then the sorting is done based on the **Last Updated** field. <br><br> The default sort order is **Descending**. <br><br> **Note:** changing the sort order will not change the time property visualized in the timeline control. To customize the timeline card form see, [Customize the card form](#customize-the-card-form). | Descending |
8686
| Number of results | The maximum number of records that are displayed on the timeline before selecting the **More** option. Each time you select the **More** option, the timeline displays the configured number of records. You can configure a value ranging from 1 to 50. <br><br> The default value is **10**. | 10 |
8787

@@ -238,7 +238,7 @@ For example, see **Email form**.
238238
239239
**Email card collapsed mode**
240240

241-
Fields **1** and **2** from the **Header** section and Fields **3** and **4** from the **Details** section are displayed in the collapsed mode.
241+
Fields **1** and **2** from the **Header** section and Fields **3** and **4** from the **Details** section are displayed in the collapsed mode. Fields **3** and **4** in the collapsed mode doesn't show contents in the rich text format.
242242

243243
> [!div class=mx-imgBorder]
244244
> ![Email card in collapsed mode](media/email-card-collapsed.png "Email card in collapsed mode")
@@ -252,7 +252,7 @@ Fields **1** and **2** from the **Header** section and Fields **3** and
252252
253253
**Email card expanded mode**
254254

255-
Field **5** from the **Details** section is displayed in the expanded mode.
255+
Field **5** from the **Details** section is displayed in the expanded mode. Field **3** in the expanded mode doesn't shown contents in the rich text format, whereas field **4** in the expanded mode shows contents in the rich text format.
256256

257257
> [!div class=mx-imgBorder]
258258
> ![Email card in expanded mode](media/email-card-expanded.png "Email card in expanded mode")

powerapps-docs/user/add-activities.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: kvivek
66
ms.service: powerapps
77
ms.component: pa-user
88
ms.topic: conceptual
9-
ms.date: 02/13/2020
9+
ms.date: 03/10/2020
1010
ms.author: mduelae
1111
ms.custom: ""
1212
ms.reviewer: ""
@@ -58,7 +58,7 @@ The fastest way to add an activity is to use the shortcut on the nav bar and the
5858

5959
## Add an activity from within a record
6060

61-
You can also open a record and then add an a ctivity to the record.
61+
You can also open a record and then add an activity to the record.
6262

6363
> [!div class="mx-imgBorder"]
6464
> ![Shortcut to add an activity in Power Apps](media/add_new_activity_from_record.gif "Shortcut to add an activity in Power Apps")
@@ -200,6 +200,10 @@ Quickly filter activities, notes or posts in the timeline wall by record type or
200200

201201
- In the **Timeline** section, select **Open Filter Pane** and select how you want to filter the activities.
202202

203+
> [!Note]
204+
> When you zoom out in the browser, the filter pane and the timeline records are displayed in two columns.
205+
> When the timeline is displayed on more than one column, the filter pane is displayed as a column alongside the timeline records. To learn more, see [Filter pane appears in two column mode](../maker/model-driven-apps/faqs-timeline-control.md#why-my-agents-see-the-filter-pane-even-when-the-expand-filter-pane-by-default-check-box-is-cleared).
206+
203207
> [!div class="mx-imgBorder"]
204208
> ![Filter pane in the Timeline ](media/timeline-filter2.png "Filter pane in the Timeline") ![Filter pane in the Timeline ](media/timeline-filter5.png "Filter pane in the Timeline")
205209

0 commit comments

Comments
 (0)