Skip to content

Commit a11fd47

Browse files
authored
Merge pull request #7007 from MicrosoftDocs/main
PR 7005
2 parents 6b05624 + 79f6897 commit a11fd47

12 files changed

+124
-58
lines changed

powerapps-docs/developer/data-platform/org-service/entity-operations.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: "Entity class operations using the Organization service (Microsoft Dataverse) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "Learn about the Entity class used for data operations using the Microsoft Dataverse organization service" # 115-145 characters including spaces. This abstract displays in the search result.
4-
ms.date: 03/22/2022
5-
ms.reviewer: "pehecke"
6-
ms.topic: "article"
7-
author: "divka78" # GitHub ID
8-
ms.author: "jdaly" # MSFT alias of Microsoft employees only
9-
manager: "kvivek" # MSFT alias of manager or PM counterpart
4+
ms.date: 09/16/2022
5+
ms.reviewer: pehecke
6+
ms.topic: article
7+
author: divka78 # GitHub ID
8+
ms.author: dikamath # MSFT alias of Microsoft employees only
9+
manager: kvivek # MSFT alias of manager or PM counterpart
1010
search.audienceType:
1111
- developer
1212
search.app:
@@ -96,7 +96,10 @@ Attribute types can be any of the following. This is a partial list.
9696
|<xref:System.Double>|A **Floating Point Number** attribute.|
9797
|<xref:System.Guid>|Usually used as the unique identifier for the entity. |
9898
|<xref:System.Int32>|A **Whole Number** attribute.|
99-
|<xref:System.String>|**Multiple Lines of Text** and **Single Line of Text** attributes use this type.|
99+
|<xref:System.String>|**Multiple Lines of Text** and **Single Line of Text** attributes use this type. Another less common type that uses string are `EntityName` columns, which store a string value representing the logical name of a table. |
100+
101+
> [!NOTE]
102+
> File columns are not available directly from the entity. You need to use a series of requests to upload or download data from file columns. More information: [Upload file data](../file-attributes.md#upload-file-data) and [Retrieve file data](../file-attributes.md#retrieve-file-data).
100103
101104
There are three different ways to interact with entity attributes using the late-bound style:
102105
- Use the indexer on the `Entity` class

powerapps-docs/maker/common/wrap/how-to.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ Follow these steps to configure KeyVault URI:
263263
2. Add a role to the service principal listed above in the subscription where the Key Vault is going to exist. For more information, see [Steps to assign an Azure role](/azure/key-vault/general/quick-create-portal).
264264
265265
3. Create or access existing keyvault: [Create a key vault using the Azure portal](/azure/key-vault/general/quick-create-portal)
266+
266267
4. Depending on your device, do one of following:
267268
- For Android, create the .pfx file upload it to the keyvault certificate section. More information: [Generate keys](code-sign-android.md#generate-keys)
268269
@@ -282,7 +283,7 @@ Follow these steps to configure KeyVault URI:
282283
283284
:::image type="content" source="media/wrap-canvas-app/wrap-2.png" alt-text="Create a cert for iOS.":::
284285
285-
5. Once iOS or Android certificates are created and uploaded, add three tags with the name as the bundle id, and the value corresponding to the name of the uploaded certificate(s).
286+
5. Once iOS or Android certificates are created and uploaded, add three tags with the name as the bundle id, and the value corresponding to the name of the uploaded certificate(s).
286287
287288
:::image type="content" source="media/wrap-canvas-app/wrap-3.png" alt-text="Add tags.":::
288289

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

Lines changed: 38 additions & 30 deletions
Large diffs are not rendered by default.

powerapps-docs/user/add-activities.md

Lines changed: 74 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: kvivek
66

77
ms.component: pa-user
88
ms.topic: overview
9-
ms.date: 06/22/2021
9+
ms.date: 09/16/2022
1010
ms.subservice: end-user
1111
ms.author: mkaur
1212
ms.custom: ""
@@ -20,13 +20,13 @@ search.app:
2020
---
2121
# Use timeline
2222

23-
24-
Timeline is a control that allows you to view information that is connected to a row in a table and occurs over time in a single stream. Some information that can be logged into the timeline are notes and posts in addition to displaying activities such as emails, appointments, phone calls, and tasks.
23+
Timeline is a modernized and optimized control that helps provide you with at-a glance understandability when working with your customers. You can use the timeline to view information that is connected to a row in a table and occurs over time in a single stream. Some information that can be logged into the timeline includes notes and posts, in addition to displaying activities such as emails, appointments, phone calls, and tasks.
2524

2625
Timeline allows you to:
2726
- Access the command bar to perform common actions quickly
28-
- Filter and view important notes, posts, and activities using multiple filter options
29-
- View and manage email conversation threads with ease
27+
- Filter and view important notes, posts, and activities using multiple filter options, and keep the filtered settings across activities
28+
- Quickly view and manage email conversation threads with ease
29+
- Keep detailed customer records by attaching important files and images to posts
3030

3131
![Timeline Browser Overview.](media\timeline-browser-view.png "Timeline Browser Overview")
3232

@@ -96,6 +96,14 @@ The following category and sub-category options are available on the filer menu:
9696
|Posts by |<li>Auto post</li><li>Users</li> |
9797
|Modified date |<li>Last 24 hours</li><li>Last 7 days</li><li>Last 30 days</li> |
9898

99+
### Save filter settings
100+
101+
You can choose to save your filter settings so that you don't have to set them again each time you work with activities in the timeline.
102+
103+
To save your filter settings, after configureing the filters you want, select the ellipses, and then select **Remember my filters**.
104+
105+
![Remember filters functionality.](media\timeline-remember-filters.png "Remember my filters functionality")
106+
99107
## Work with rows
100108

101109
When working with rows, you can view key information at a glance or expand rows to view more details. When you hover over a row, actions display that you can use.
@@ -108,9 +116,10 @@ When enabled by your system administrator, you can view timeline rows quickly in
108116

109117
Legend
110118
1. The **Expand all records** ![Expand all rows.](media\timeline-expand-icon.png "Expand all rows") icon is used to expand all rows listed on the timeline.
111-
2. The carats in the bottom-right corner of rows allow you to expand (^) or minimize (v) display views.
112-
3. Each row has a list of commands relevant to their row type that displays in the top right corner for ease of use.
113-
4. Row backgrounds change to grey when you hover over it, and it becomes transparent again when you move the mouse away.
119+
1. The **Modified on** timestamp displays the time the record was last updated.
120+
1. Each row has a list of commands relevant to their row type that displays in the top right corner for ease of use.
121+
1. Row backgrounds change to grey when you hover over it, and it becomes transparent again when you move the mouse away.
122+
1. The carats in the bottom-right corner of each row allow you to expand (^) or minimize (v) the display views.
114123

115124
## More commands
116125

@@ -120,9 +129,19 @@ The **More commands** option contains refresh, sort, and email functionalities.
120129

121130
Legend
122131
1. The **More commands** ![More commands.](media\timeline-more-commands-icon.png "More commands") icon, when expanded, provides additional functionality options.
123-
2. The **Refresh timeline** command updates row details in the timeline.
124-
3. The **Sort newer to older** or **Sort older to newer** command is used to sort rows.
125-
4. The **Always show email as conversations** or **Always show email as individual messages** command is used to enable or disable threaded email views.
132+
1. The **Refresh timeline** command updates row details in the timeline.
133+
1. The **Sort newer to older** or **Sort older to newer** command is used to sort rows.
134+
1. The **Show email as** command is used to enable or disable threaded email views.
135+
1. The **Remember my filters** command allows your filters to persist when you close the record so that they continue to be applied across sessions.
136+
137+
138+
## View email inline in timeline
139+
140+
If preferred, you can view email messages inline on the timeline rather than open them as separate pages.
141+
142+
To view an email directly in the timeline, on the row, select **View more**. The email is displayed on the same form. When you’re finished viewing the email, you can collapse the screen and return to the previous view of the form.
143+
144+
![Inline view of email.](media\email-timeline-view.png "Inline view of email")
126145

127146
## Threaded email views in timeline
128147

@@ -206,17 +225,42 @@ You can also enter a note and add it to a row, but you can only add one attachme
206225
When enabled by your system administrator, the **Note** field is displayed under the **Search** feature on timeline.
207226

208227
![Add a note to a row on timeline.](media\timeline-add-a-note-to-a-record.png "Add a note to a row on timeline")
209-
210-
> [!NOTE]
211-
> You can only add an attachment in a note.
212-
228+
213229
**Post display view**
214230

215231
When enabled by your system administrator, the **Post** field is also displayed under the **Search** feature on timeline.
216232
![Add a post to a row on timeline.](media\timeline-add-a-post-to-a-record-1.png "Add a post to a row on timeline")
217233

218-
> [!NOTE]
219-
> You can't add an attachment in a post.
234+
### Add an attachment to a post
235+
236+
You can add an attachment to a post, such an an image or a document. The supported file formats are as follows: .JPG, .PNG, and .PDF.
237+
238+
To add an attachment to a post:
239+
240+
1. In the **Create a post** section in the timeline, select the **Attach** icon in the lower-left corner.
241+
![Attach icon in Create a post dialog.](media\add-attachment-post.png "Attach icon in Create a post dialog in timeline")
242+
243+
1. Browse to the file you want to attach to the post, and then select it.
244+
1. Finish the edits you want to make to your post, and then in the timeline, select **Add post**.
245+
246+
### Preview an attachment in the timeline
247+
248+
You can view previews of attachments in the timeline if they are in the supported file format (.JPG, .PNG., or .PDF). Any attachment that is viewable inline on the timeline can be downloaded, whether or not a preview is available.
249+
250+
![Attachment preview dialog.](media\attachment-preview-timeline.png "Attachment preview dialog")
251+
252+
To preview an attachment in the timeline, do either of the following steps:
253+
254+
In edit mode:
255+
1. Right-click the attachment, and then select **Preview**. The **Attachment preview** dialog opens with the attachment displayed. You can view and download the attachment from the dialog.
256+
2. When you're finished viewing the attachment, select **Close** to return to the note or post.
257+
258+
OR
259+
260+
In read mode:
261+
1. Select the attachment. The **Attachment preview** dialog opens with the attachment displayed. You can view and download the attachment from the dialog.
262+
2. When you're finished viewing or downloading the attachment, select **Close** to return to the note or post.
263+
220264

221265
### Access the command bar to perform actions
222266

@@ -275,8 +319,8 @@ Legend
275319
5. Attached files are displayed at the bottom of the note.
276320

277321
> [!NOTE]
278-
> - Only **Notes** have rich text capability, and it is only available in the timeline.
279-
> - You can only format the message body of a note, not the title.
322+
> - Only **Notes** have rich text capability, and they're only available in the timeline.
323+
> - You can only format the message body of a note; not the title.
280324
> - The rich text editor is available only for Unified Interface.
281325
> - If you create a rich text editor note in Unified Interface and then view the note in the web client, it will display in HTML syntax.
282326
>
@@ -298,7 +342,7 @@ When you mouse over the profile image, you can view the user's detailed profile
298342
299343
### Add an attachment to a note in timeline
300344

301-
When enabled by your system administrator, you can add an attachment, such as a file, to a note in timeline to share with users.
345+
When enabled by your system administrator, you can add an attachment, such as a file, to a note in timeline to share with users. Any attachment that is viewable inline on the timeline can be downloaded, whether or not a preview is available.
302346

303347
> [!NOTE]
304348
> - The list of allowed attachments is configured by your system administrator.
@@ -405,7 +449,17 @@ The following table describes the different formatting features and functionalit
405449
The rich text editor is enabled by default. Your system administrator can enable or disable the editor for you.
406450

407451
For more information, see [Rich text editor control configurations](/model-driven-apps/rich-text-editor-control#rich-text-editor-control-configuration-options).
452+
453+
454+
## View a conversation transcript
455+
456+
In the timeline, you can view the transcripts of completed chats you've had from conversation channels.
408457

458+
To view a conversation transcript, select the **View more** link in the row for which you want to view the transcript. The row expands and the entire transcript is displayed inline.
459+
460+
![Conversation transcript view.](media\timeline-transcript-view.png "Conversation transcript view")
461+
462+
409463
## See also
410464

411465
[Set up timeline control](../maker/model-driven-apps/set-up-timeline-control.md)
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)